Author: aconway
Date: Tue Apr 30 14:07:38 2013
New Revision: 1477640
URL: http://svn.apache.org/r1477640
Log:
Revert "QPID-4687: Add uninstall make target to cmake build"
This reverts the uninstall target added in r1463540, it was not accepted for
0.22 release.
It leaves in place fixes to the python intall tartget that were in the same
commit.
Removed:
qpid/branches/0.22/qpid/cpp/cmake_uninstall.cmake.in
Modified:
qpid/branches/0.22/qpid/cpp/CMakeLists.txt
Modified: qpid/branches/0.22/qpid/cpp/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/cpp/CMakeLists.txt?rev=1477640&r1=1477639&r2=1477640&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/cpp/CMakeLists.txt (original)
+++ qpid/branches/0.22/qpid/cpp/CMakeLists.txt Tue Apr 30 14:07:38 2013
@@ -101,17 +101,6 @@ else (OPTIONAL_ARG)
add_custom_target(docs ALL)
endif (OPTIONAL_ARG)
-# uninstall target
-configure_file(
- "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
- "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
- IMMEDIATE @ONLY)
-
-add_custom_target(uninstall
- COMMAND ${CMAKE_COMMAND} -P
${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
-
-
-# Subdirectories
add_subdirectory(managementgen)
add_subdirectory(src)
add_subdirectory(etc)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]