1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-01 18:38:00 +00:00

cpu_features: Fix enabling ndk_compat

This commit is contained in:
Carles Fernandez
2021-10-27 18:28:50 +02:00
parent caa5aa6c34
commit 82a0e3ec0f

View File

@@ -56,7 +56,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()