From 8e632b14d1560e0bcaa37ca82e928906fce7f554 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 31 Dec 2010 14:08:20 +0100 Subject: cmake: Fixed installation path for OS/2. --- cmake/Modules/DefinePlatformDefaults.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmake/Modules/DefinePlatformDefaults.cmake') 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") -- cgit