summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-06-17 06:22:30 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-06-17 06:22:30 +0000
commit7826dfbe93e1f1b2e239d8ce8a8d8ba29b044e3f (patch)
tree0b8eae2f8fe92625ea52c02db40231798dbf35f9
parent4d9f93a01b667829db249a219615ba58b6bfed21 (diff)
downloadqpid-python-7826dfbe93e1f1b2e239d8ce8a8d8ba29b044e3f.tar.gz
QPID-5829: Properly fix the CMake conditional
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1603067 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index 897d649e4d..41cfdeb260 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/cpp/CMakeLists.txt
@@ -208,7 +208,7 @@ if (MSVC)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/bindings/qpid/dotnet/src/sessionreceiver/Properties/sessionreceiver-AssemblyInfo-template.cs
${CMAKE_CURRENT_BINARY_DIR}/src/windows/generated_src/sessionreceiver-AssemblyInfo.cs)
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/bindings/qpid/dotnet/src)
-endif (CMAKE_CXX_COMPILER_ID STREQUAL MSVC)
+endif (MSVC)
# Subdirectories
add_subdirectory(managementgen)