Skip to content

Commit

Permalink
Move uninstall template
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Dec 27, 2023
1 parent 6a75b65 commit 573471e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/COPYING.TXT" DESTINATION ${CMAKE_INS
# uninstall target
if(NOT TARGET uninstall)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/uninstall.cmake.in"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/_template/uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/uninstall.cmake"
IMMEDIATE @ONLY)

Expand Down
File renamed without changes.

0 comments on commit 573471e

Please sign in to comment.