Files
snipplib/cmake_uninstall.cmake.in
2026-06-20 19:37:53 +03:00

6 lines
383 B
CMake

message(STATUS "Uninstall snipplib package ...")
message(STATUS "remove config files dir: @CMAKE_INSTALL_PREFIX@/@SNPLIB_CONFIG_INSTALLDIR@")
file(REMOVE_RECURSE "@CMAKE_INSTALL_PREFIX@/@SNPLIB_CONFIG_INSTALLDIR@")
message(STATUS "remove header files dir: @CMAKE_INSTALL_PREFIX@/@SNPLIB_HEADERS_INSTALLDIR@")
file(REMOVE_RECURSE "@CMAKE_INSTALL_PREFIX@/@SNPLIB_HEADERS_INSTALLDIR@")