From 42dddc450cb3828cee7f0e2b5a2765603ead5fd8 Mon Sep 17 00:00:00 2001 From: suv-lp <> Date: Wed, 6 Jul 2016 22:46:22 +0200 Subject: fix for mac os (bzr r15012) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 910ed4e20..b4ec5993e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ message("------------------------------") message("Source Dir: ${CMAKE_CURRENT_SOURCE_DIR}") message("Binary Dir: ${CMAKE_CURRENT_BINARY_DIR}") +include(CMakeScripts/HelperFunctions.cmake) include(CMakeScripts/ConfigEnv.cmake) # ----------------------------------------------------------------------------- @@ -40,7 +41,6 @@ if(CMAKE_COMPILER_IS_GNUCC) endif() endif() -include(CMakeScripts/HelperFunctions.cmake) # ----------------------------------------------------------------------------- # Redirect output files -- cgit v1.2.3