mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +02:00
note: this is the default behaviour when using include(CTest)
This commit is contained in:
parent
38213bd010
commit
06fdc0aa1d
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user