Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Le Molgat <corentinl@google.com>2021-10-27 11:54:43 +0300
committerMizux <mizux.dev@gmail.com>2021-10-27 14:22:49 +0300
commita707bef49d1d6f10e8bbb3374a9ddb333271c962 (patch)
tree9078536439add94d0aab7c5b6cfe31bc901b5494 /ndk_compat
parentc5659bf16f9e996b54705ac89bba0b91f2b874f4 (diff)
cmake: Fix enabling ndk_compat
Diffstat (limited to 'ndk_compat')
-rw-r--r--ndk_compat/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk_compat/CMakeLists.txt b/ndk_compat/CMakeLists.txt
index 186708a..37b3866 100644
--- a/ndk_compat/CMakeLists.txt
+++ b/ndk_compat/CMakeLists.txt
@@ -54,7 +54,7 @@ install(
#
# program : NDK compat test program
#
-if(ENABLE_TESTING)
+if(BUILD_TESTING)
add_executable(ndk-compat-test ndk-compat-test.c)
target_link_libraries(ndk-compat-test PRIVATE ndk_compat)
endif()