diff options
| author | suv-lp <> | 2016-07-06 20:46:22 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-07-06 20:46:22 +0000 |
| commit | 42dddc450cb3828cee7f0e2b5a2765603ead5fd8 (patch) | |
| tree | 332a0b5f2f508397c1c0b88836662f8336305d7d | |
| parent | CMake build on windows (merge Sebastian's branch) (diff) | |
| download | inkscape-42dddc450cb3828cee7f0e2b5a2765603ead5fd8.tar.gz inkscape-42dddc450cb3828cee7f0e2b5a2765603ead5fd8.zip | |
fix for mac os
(bzr r15012)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
