diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-01-04 17:22:00 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-01-04 17:22:00 +0000 |
| commit | 94081207a4cf896db5da007b42335b4f05accbbf (patch) | |
| tree | e9b33b048b30102e9ed1b4cd520fd826aa424fc2 /cpp | |
| parent | f48bcd1fb3b49d7a8d6aaa9fad87e54510cfe146 (diff) | |
| download | qpid-python-94081207a4cf896db5da007b42335b4f05accbbf.tar.gz | |
When installing WCF DLLs on Windows, install the Release ones, not Debug. Resolves QPID-2260.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@895713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1c412743fe..272d007c4a 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -47,8 +47,8 @@ if (WIN32) # The WCF/C++ client is built separately (it doesn't build via CMake) # but is installed with the C++ components on Windows. install (PROGRAMS - ${CMAKE_SOURCE_DIR}/../wcf/src/Apache/Qpid/Channel/bin/Debug/Apache.Qpid.Channel.dll - ${CMAKE_SOURCE_DIR}/../wcf/src/Apache/Qpid/Channel/bin/Debug/Apache.Qpid.Interop.dll + ${CMAKE_SOURCE_DIR}/../wcf/src/Apache/Qpid/Channel/bin/Release/Apache.Qpid.Channel.dll + ${CMAKE_SOURCE_DIR}/../wcf/src/Apache/Qpid/Channel/bin/Release/Apache.Qpid.Interop.dll DESTINATION ${QPID_INSTALL_LIBDIR} COMPONENT ${QPID_COMPONENT_CLIENT}) install (DIRECTORY ${CMAKE_SOURCE_DIR}/../wcf/samples/Channel |
