summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-11-17 06:43:01 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-11-17 06:43:01 +0000
commit2b9be90fca9e4e47cc6b47d16dd97d6bfaf0931e (patch)
tree3aa1360b8ff567fb7f3e1b86cae1fd25c10ae9cf
parentb5cc6625b515510f7f0837285464a67c899c498a (diff)
downloadqpid-python-2b9be90fca9e4e47cc6b47d16dd97d6bfaf0931e.tar.gz
The cmake build should work for any Unix this is not Linux specific
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881173 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/BuildInstallSettings.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake
index b764f35436..e611a141c9 100644
--- a/cpp/BuildInstallSettings.cmake
+++ b/cpp/BuildInstallSettings.cmake
@@ -97,7 +97,7 @@ if (WIN32)
"Directory to load broker plug-in modules from")
endif (WIN32)
-if (CMAKE_SYSTEM_NAME STREQUAL Linux)
+if (UNIX)
set (QPID_COMPONENT_BROKER runtime)
set (QPID_COMPONENT_CLIENT runtime)
set (QPID_COMPONENT_COMMON runtime)
@@ -129,4 +129,4 @@ if (CMAKE_SYSTEM_NAME STREQUAL Linux)
"Directory to load client plug-in modules from")
set (QPIDD_MODULE_DIR ${QPID_INSTALL_LIBDIR}/qpid/daemon CACHE STRING
"Directory to load broker plug-in modules from")
-endif (CMAKE_SYSTEM_NAME STREQUAL Linux)
+endif (UNIX)