summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-08-20 14:31:04 +0000
committerTed Ross <tross@apache.org>2010-08-20 14:31:04 +0000
commite8e8880d166e7dc551888bcfa86af4913130d29a (patch)
tree0c76cead77189b2f6c675ebc39a6ba181de3ab7d /cpp
parent2e1d12d09248105a675d33b77fdb629255676ca8 (diff)
downloadqpid-python-e8e8880d166e7dc551888bcfa86af4913130d29a.tar.gz
QPID-2805 - The windows resource version for qmfengine dll is hard coded to an unusable value
Patch from Chuck Rolke git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index 8b918533ae..2be11a7478 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -50,7 +50,7 @@ MACRO (install_pdb theLibrary theComponent)
${library_pdb}
DESTINATION ${QPID_INSTALL_LIBDIR}/ReleasePDB
COMPONENT ${theComponent}
- OPTIONAL
+ OPTIONAL
CONFIGURATIONS Release|MinSizeRel)
install (PROGRAMS
${library_pdb}
@@ -1080,9 +1080,9 @@ set (qmfengine_SOURCES
qmf/engine/ValueImpl.h
)
if (NOT WIN32)
- list(APPEND qmfengine_SOURCES qmf/engine/ResilientConnection.cpp)
+ list(APPEND qmfengine_SOURCES qmf/engine/ResilientConnection.cpp)
endif (NOT WIN32)
-add_msvc_version_full (qmfengine library dll 1 0 0 1 1 0 0 1)
+add_msvc_version (qmfengine library dll)
add_library (qmfengine SHARED ${qmfengine_SOURCES})
target_link_libraries (qmfengine qpidclient)