X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=CMakeLists.txt;h=a9b66d436a9a4118ac4f0a163cce2688b878676a;hb=ec12cb48c1da4c3029b9e8c2eea263499d319599;hp=a5b2622af3698b2f44a887add4d71821c99d9739;hpb=efc5c07f865453ad6b918713af0e18b96c912568;p=inkscape.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a5b2622af..a9b66d436 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,21 +1,21 @@ PROJECT(inkscape) -SET(INKSCAPE_VERSION 0.46+devel) +SET(INKSCAPE_VERSION 0.48+devel) SET(PROJECT_NAME inkscape) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6) SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) -if(COMMAND cmake_policy) - cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) +IF(COMMAND cmake_policy) + CMAKE_POLICY(SET CMP0003 NEW) +ENDIF(COMMAND cmake_policy) LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeScripts") -INCLUDE(ConfigPaths) -INCLUDE(DefineDependsandFlags) -INCLUDE(HelperMacros) -# Set to true if compiler/linker should enable profiling: -#SET(ENABLE_PROFILING TRUE) +INCLUDE(ConfigPaths) #Installation Paths +INCLUDE(DefineDependsandFlags) #Includes, Compiler Flags, and Link Libraries +INCLUDE(HelperMacros) #Misc Utility Macros + +OPTION(ENABLE_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker should enable profiling #make dist target SET(INKSCAPE_DIST_PREFIX "${PROJECT_NAME}-${INKSCAPE_VERSION}")