Initial commmit
This commit is contained in:
5
cmake_uninstall.cmake.in
Normal file
5
cmake_uninstall.cmake.in
Normal file
@@ -0,0 +1,5 @@
|
||||
message(STATUS "Uninstall mcc package ...")
|
||||
message(STATUS "remove config files dir: @CMAKE_INSTALL_PREFIX@/@MCC_CONFIG_INSTALLDIR@")
|
||||
file(REMOVE_RECURSE "@CMAKE_INSTALL_PREFIX@/@MCC_CONFIG_INSTALLDIR@")
|
||||
message(STATUS "remove header files dir: @CMAKE_INSTALL_PREFIX@/@MCC_HEADERS_INSTALLDIR@")
|
||||
file(REMOVE_RECURSE "@CMAKE_INSTALL_PREFIX@/@MCC_HEADERS_INSTALLDIR@")
|
||||
Reference in New Issue
Block a user