Skip to content

Commit

Permalink
cmake: Use CTest default (Fix #169)
Browse files Browse the repository at this point in the history
note: this is the default behaviour when using include(CTest)
  • Loading branch information
Mizux committed Jun 30, 2021
1 parent 001faef commit 394b41a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif(NOT CMAKE_BUILD_TYPE)

# BUILD_TESTING is a standard CMake variable, but we declare it here to make it
# prominent in the GUI.
option(BUILD_TESTING "Enable test (depends on googletest)." OFF)
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
# it prominent in the GUI.
# cpu_features uses bit-fields which are - to some extends - implementation-defined (see https://en.cppreference.com/w/c/language/bit_field).
Expand Down

0 comments on commit 394b41a

Please sign in to comment.