mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +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
|
# 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…
Reference in New Issue
Block a user