summaryrefslogtreecommitdiffstats
path: root/konsole/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/ConfigureChecks.cmake')
-rw-r--r--konsole/ConfigureChecks.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/konsole/ConfigureChecks.cmake b/konsole/ConfigureChecks.cmake
new file mode 100644
index 000000000..5362adb8b
--- /dev/null
+++ b/konsole/ConfigureChecks.cmake
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
+ set( HAVE_PROC_CWD 1 CACHE INTERNAL "" FORCE )
+endif()