mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
cpu_features: Fix enabling ndk_compat
This commit is contained in:
parent
caa5aa6c34
commit
82a0e3ec0f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user