From b27ad2402037ff204b1c2b704e6799522e658da8 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 5 May 2009 22:26:53 +0000 Subject: Get the sense of the BUILD_ACL option the correct way round git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771992 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 605c5b6e2c..3cde35c9fb 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -230,9 +230,9 @@ endif (BUILD_XML) # Build the ACL plugin set (acl_default ON) # Like this until we fix exporting symbols from the generated management code -if (NOT CMAKE_SYSTEM_NAME STREQUAL Windows) +if (CMAKE_SYSTEM_NAME STREQUAL Windows) set(acl_default OFF) -endif (NOT CMAKE_SYSTEM_NAME STREQUAL Windows) +endif (CMAKE_SYSTEM_NAME STREQUAL Windows) option(BUILD_ACL "Build ACL enforcement broker plugin" ${acl_default}) if (BUILD_ACL) set (acl_SOURCES -- cgit v1.2.1