Git commit 94e58d52d56aaa2f9312517e20c12c0aed26882e by Veaceslav Munteanu. Committed on 22/02/2015 at 17:30. Pushed by munteanu into branch 'frameworks'. Remove target uninstall. It is already present in ECM M +0 -4 CMakeLists.txt http://commits.kde.org/scratch/mwiesweg/digikam-sc/94e58d52d56aaa2f9312517e= 20c12c0aed26882e diff --git a/CMakeLists.txt b/CMakeLists.txt index 01617f9..0219bc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,10 +181,6 @@ endif() = ##########################################################################= ################### = -# add a rules to be able to uninstall files. -configure_file(cmake/templates/cmake_uninstall.cmake.in ${CMAKE_BINARY_DIR= }/cmake_uninstall.cmake COPYONLY) -add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cma= ke_uninstall.cmake") - add_subdirectory(extra) = if(DIGIKAMSC_COMPILE_CORE)