mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-16 02:50:26 +00:00
Allow to specify IS_ARM manually
This commit is contained in:
parent
87974a9456
commit
681022b9c9
@ -515,7 +515,9 @@ if(NOT OS_IS_MACOSX)
|
||||
set(CMAKE_NO_SYSTEM_FROM_IMPORTED TRUE)
|
||||
endif()
|
||||
else()
|
||||
include(TestForARM)
|
||||
if(NOT IS_ARM)
|
||||
include(TestForARM)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user