summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigChecks.cmake
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-01-17 06:29:08 +0000
committerbryce <bryce@bryceharrington.org>2016-01-17 06:29:08 +0000
commitd659cad74d59dc5cb0ce157804dc094e6732479d (patch)
treea10e609e965c059c7193b6f4eed84e33d21ef94e /CMakeScripts/ConfigChecks.cmake
parentpatch probably fixes bug 1534833 (diff)
downloadinkscape-d659cad74d59dc5cb0ce157804dc094e6732479d.tar.gz
inkscape-d659cad74d59dc5cb0ce157804dc094e6732479d.zip
cmake: Cleanup comments a bit
(bzr r14595)
Diffstat (limited to 'CMakeScripts/ConfigChecks.cmake')
-rw-r--r--CMakeScripts/ConfigChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigChecks.cmake b/CMakeScripts/ConfigChecks.cmake
index 7ec6863eb..46df8051d 100644
--- a/CMakeScripts/ConfigChecks.cmake
+++ b/CMakeScripts/ConfigChecks.cmake
@@ -59,7 +59,7 @@ CHECK_INCLUDE_FILES(sys/types.h HAVE_SYS_TYPES_H)
CHECK_INCLUDE_FILES(unistd.h HAVE_UNISTD_H)
CHECK_INCLUDE_FILES(zlib.h HAVE_ZLIB_H)
-#Enable pango defines, necessary for compilation on Win32, how about Linux?
+# Enable pango defines, necessary for compilation on Win32, how about Linux?
# yes but needs to be done a better way
if(HAVE_CAIRO_PDF)
set(PANGO_ENABLE_ENGINE TRUE)