Skip to content

Commit

Permalink
CMakeList comment correction (only 2 lines differs from the one in br…
Browse files Browse the repository at this point in the history
…anch 'distr')
  • Loading branch information
jonandergomez committed Jan 28, 2021
1 parent a788368 commit 6e4dc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option(BUILD_SUPERBUILD "Compile using the superbuild system" OFF)
option(BUILD_PROTOBUF "Compile using Protobuf" ON)
option(BUILD_OPENMP "Compile using OpenMP" ON)
option(BUILD_HPC "Compile using aggressive flags" ON)
option(BUILD_TESTS "Compile tests (HCP needs to be disabled)" ON) # Disable HCP to pass tests (there are numerical errors)
option(BUILD_TESTS "Compile tests (HPC needs to be disabled)" ON) # Disable HPC to pass tests (there are numerical errors)
option(USE_LOCAL_GTEST "Use the local library to avoid problems derived from the 'One Definition Rule'" ON)
option(BUILD_EXAMPLES "Compile examples" ON)
option(BUILD_SHARED_LIBS "Global flag to cause add_library to create shared libraries if on" ON)
Expand Down

0 comments on commit 6e4dc25

Please sign in to comment.