summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigCompileFlags.cmake
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-01-17 07:05:58 +0000
committerbryce <bryce@bryceharrington.org>2016-01-17 07:05:58 +0000
commitd278cb2d3be7ab401d6aae48fb39cabe8387f622 (patch)
tree1c8f0f3154870a60b28fa58e29b3b95cd04e61a4 /CMakeScripts/ConfigCompileFlags.cmake
parentcmake: Cleanup comments a bit (diff)
downloadinkscape-d278cb2d3be7ab401d6aae48fb39cabe8387f622.tar.gz
inkscape-d278cb2d3be7ab401d6aae48fb39cabe8387f622.zip
cmake: Fix code style for consistency
Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
Diffstat (limited to 'CMakeScripts/ConfigCompileFlags.cmake')
-rw-r--r--CMakeScripts/ConfigCompileFlags.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeScripts/ConfigCompileFlags.cmake b/CMakeScripts/ConfigCompileFlags.cmake
index 3164dda60..453ceef21 100644
--- a/CMakeScripts/ConfigCompileFlags.cmake
+++ b/CMakeScripts/ConfigCompileFlags.cmake
@@ -4,15 +4,15 @@ add_definitions(-O2)
# Define the flags for profiling if desired:
if(WITH_PROFILING)
- set(COMPILE_PROFILING_FLAGS "-pg")
- set(LINK_PROFILING_FLAGS "-pg")
+ set(COMPILE_PROFILING_FLAGS "-pg")
+ set(LINK_PROFILING_FLAGS "-pg")
endif()
add_definitions(-DVERSION=\\\"${INKSCAPE_VERSION}\\\")
add_definitions(${DEFINE_FLAGS} -DHAVE_CONFIG_H -D_INTL_REDIRECT_INLINE)
if(WIN32)
- add_definitions(-DXP_WIN)
+ add_definitions(-DXP_WIN)
endif(WIN32)
# For Inkboard: