diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-05-05 22:26:53 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-05-05 22:26:53 +0000 |
| commit | 464446de4b557b5f662ed25b037713e264e5c625 (patch) | |
| tree | 5ea0804f0c404803326db074e6eb27de6ad4716f /qpid/cpp/src | |
| parent | cf2b0abec943a8d3e9f00c64db8f2a9ee16b2f92 (diff) | |
| download | qpid-python-464446de4b557b5f662ed25b037713e264e5c625.tar.gz | |
Get the sense of the BUILD_ACL option the correct way round
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 605c5b6e2c..3cde35c9fb 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/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 |
