summaryrefslogtreecommitdiffstats
path: root/cmake/Modules/DefinePlatformDefaults.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-31 14:08:20 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-31 14:08:20 +0100
commit8e632b14d1560e0bcaa37ca82e928906fce7f554 (patch)
tree53269d050205f0e8101e6763da6eb6e3cd856b71 /cmake/Modules/DefinePlatformDefaults.cmake
parent4728ac54fc4dffc6758879a6ad6faee04f6cc371 (diff)
downloadlibssh-8e632b14d1560e0bcaa37ca82e928906fce7f554.tar.gz
libssh-8e632b14d1560e0bcaa37ca82e928906fce7f554.tar.xz
libssh-8e632b14d1560e0bcaa37ca82e928906fce7f554.zip
cmake: Fixed installation path for OS/2.
Diffstat (limited to 'cmake/Modules/DefinePlatformDefaults.cmake')
-rw-r--r--cmake/Modules/DefinePlatformDefaults.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/Modules/DefinePlatformDefaults.cmake b/cmake/Modules/DefinePlatformDefaults.cmake
index 46c3185..0c3a05e 100644
--- a/cmake/Modules/DefinePlatformDefaults.cmake
+++ b/cmake/Modules/DefinePlatformDefaults.cmake
@@ -19,3 +19,7 @@ endif (CMAKE_SYSTEM_NAME MATCHES "NetBSD")
if (CMAKE_SYSTEM_NAME MATCHES "(Solaris|SunOS)")
set(SOLARIS TRUE)
endif (CMAKE_SYSTEM_NAME MATCHES "(Solaris|SunOS)")
+
+if (CMAKE_SYSTEM_NAME MATCHES "OS2")
+ set(OS2 TRUE)
+endif (CMAKE_SYSTEM_NAME MATCHES "OS2")