1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 21:13:15 +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
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

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()