summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-08-02 15:24:54 +0000
committerCharles E. Rolke <chug@apache.org>2013-08-02 15:24:54 +0000
commit821577c0f9c8b169afce5a49882920e07b80afdc (patch)
tree1c4cab5fdf7d76985e3f348c28fb486610ba1f6a /qpid
parente0386c6f5bf1775d8bfd42ad945a573216d3de5b (diff)
downloadqpid-python-821577c0f9c8b169afce5a49882920e07b80afdc.tar.gz
QPID-5028: Qmf2 examples install script error - merge fix to 0.24 release branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.24@1509739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/cpp/bindings/qmf2/examples/cpp/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/qpid/cpp/bindings/qmf2/examples/cpp/CMakeLists.txt b/qpid/cpp/bindings/qmf2/examples/cpp/CMakeLists.txt
index 6621137ba9..884e614c0f 100644
--- a/qpid/cpp/bindings/qmf2/examples/cpp/CMakeLists.txt
+++ b/qpid/cpp/bindings/qmf2/examples/cpp/CMakeLists.txt
@@ -73,22 +73,11 @@ macro(add_installed_example subdir example)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/${example}.cpp
DESTINATION ${QPID_INSTALL_EXAMPLESDIR}/${subdir}
COMPONENT ${QPID_COMPONENT_EXAMPLES})
- if (MSVC)
- install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/${subdir}_${example}.vcproj
- DESTINATION ${QPID_INSTALL_EXAMPLESDIR}/${subdir}
- COMPONENT ${QPID_COMPONENT_EXAMPLES})
- endif (MSVC)
-
endmacro(add_installed_example)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README.txt
DESTINATION ${QPID_INSTALL_EXAMPLESDIR}
COMPONENT ${QPID_COMPONENT_EXAMPLES})
-if (MSVC)
- install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/examples.sln
- DESTINATION ${QPID_INSTALL_EXAMPLESDIR}
- COMPONENT ${QPID_COMPONENT_EXAMPLES})
-endif (MSVC)
add_installed_example(qmf2 agent qmf2)
if (NOT WIN32)