You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2009/11/17 07:43:02 UTC

svn commit: r881173 - /qpid/trunk/qpid/cpp/BuildInstallSettings.cmake

Author: astitcher
Date: Tue Nov 17 06:43:01 2009
New Revision: 881173

URL: http://svn.apache.org/viewvc?rev=881173&view=rev
Log:
The cmake build should work for any Unix this is not Linux specific

Modified:
    qpid/trunk/qpid/cpp/BuildInstallSettings.cmake

Modified: qpid/trunk/qpid/cpp/BuildInstallSettings.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/BuildInstallSettings.cmake?rev=881173&r1=881172&r2=881173&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/BuildInstallSettings.cmake (original)
+++ qpid/trunk/qpid/cpp/BuildInstallSettings.cmake Tue Nov 17 06:43:01 2009
@@ -97,7 +97,7 @@
        "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 @@
        "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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org