Skip to content

Commit

Permalink
Update CMakeLists.txt: default options conforms to default Spack variant
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Apr 29, 2024
1 parent 6c458fb commit d2dac70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ option(WITH_DOC "Build documentation"
option(WITH_TEST "Build test" OFF)
option(WITH_CODE_COVERAGE "Perform code coverage with avail. test suites" OFF)
option(WITH_CODE_COVERAGE_HTML_REPORT "Activate html reporting during code covering" OFF)
option(WITH_PYTHON_API "Build the gmds python API" ON)
option(WITH_PYTHON_API "Build the gmds python API" OFF)
option(BUILD_SHARED_LIBS "" ON)
option(WITH_CGNS "Allows the CGNS export (blocking and aero components)" ON)
option(WITH_CGNS "Allows the CGNS export (blocking and aero components)" OFF)

#==============================================================================
if(BUILD_SHARED_LIBS)
Expand Down

0 comments on commit d2dac70

Please sign in to comment.