From 23c90675c09d4e2947b5a827a5ebcd5516c0270e Mon Sep 17 00:00:00 2001 From: christian mueller Date: Sun, 15 Jan 2012 12:37:58 +0100 Subject: * added package creation based on cpack * updated .gitignore --- cmake/cmake_uninstall.cmake.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmake/cmake_uninstall.cmake.in') diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in index 17376d2..1b17154 100755 --- a/cmake/cmake_uninstall.cmake.in +++ b/cmake/cmake_uninstall.cmake.in @@ -20,3 +20,6 @@ FOREACH(file ${files}) ENDIF(EXISTS "$ENV{DESTDIR}${file}") ENDFOREACH(file) +#remove the libraries in lib +MESSAGE(STATUS "Removing libs") +execute_process(COMMAND rm -R "@CMAKE_INSTALL_PREFIX@/lib/@LIB_INSTALL_SUFFIX@") -- cgit v1.2.1