1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

cmake: Fix enabling ndk_compat

This commit is contained in:
Corentin Le Molgat 2021-10-27 10:54:43 +02:00 committed by Mizux
parent c5659bf16f
commit a707bef49d

View File

@ -54,7 +54,7 @@ install(
# #
# program : NDK compat test program # program : NDK compat test program
# #
if(ENABLE_TESTING) if(BUILD_TESTING)
add_executable(ndk-compat-test ndk-compat-test.c) add_executable(ndk-compat-test ndk-compat-test.c)
target_link_libraries(ndk-compat-test PRIVATE ndk_compat) target_link_libraries(ndk-compat-test PRIVATE ndk_compat)
endif() endif()