From d57f852d7f3c6853cedbb70b227f93f689435b14 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 17 Nov 2009 06:43:01 +0000 Subject: The cmake build should work for any Unix this is not Linux specific git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881173 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/BuildInstallSettings.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/BuildInstallSettings.cmake b/qpid/cpp/BuildInstallSettings.cmake index b764f35436..e611a141c9 100644 --- a/qpid/cpp/BuildInstallSettings.cmake +++ b/qpid/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) -- cgit v1.2.1