Move CMake uninstall template file to CMake subdir

This commit is contained in:
Camilla Löwy
2019-11-14 19:57:08 +01:00
parent d861d7bffe
commit b5d4f24f74
2 changed files with 4 additions and 4 deletions

View File

@@ -367,7 +367,7 @@ if (GLFW_INSTALL)
# Only generate this target if no higher-level project already has
if (NOT TARGET uninstall)
configure_file(cmake_uninstall.cmake.in
configure_file(CMake/cmake_uninstall.cmake.in
cmake_uninstall.cmake IMMEDIATE @ONLY)
add_custom_target(uninstall