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:
parent
c5659bf16f
commit
a707bef49d
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user