From 2082b18e2e1cf22e7d4d93c0de0364b3b5fffbf7 Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Tue, 7 Feb 2017 00:02:39 +0100 Subject: [PATCH] Export the symbol ENABLE_SIMD for FG to build with the same setting. --- SimGearConfig.cmake.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SimGearConfig.cmake.in b/SimGearConfig.cmake.in index 165468c3..9dcaaeaf 100644 --- a/SimGearConfig.cmake.in +++ b/SimGearConfig.cmake.in @@ -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")