Export the symbol ENABLE_SIMD for FG to build with the same setting.
This commit is contained in:
parent
7f65e7f905
commit
2082b18e2e
@ -13,4 +13,8 @@ set(SIMGEAR_SOUND @ENABLE_SOUND@)
|
||||
# find_dependency(OpenAL)
|
||||
#endif()
|
||||
|
||||
# SSE/SSE2 support
|
||||
|
||||
set(ENABLE_SIMD @ENABLE_SIMD@)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/SimGearTargets.cmake")
|
||||
|
Loading…
Reference in New Issue
Block a user