Move uninstall target to GLFW3 folder

Fixes #1129.
This commit is contained in:
Camilla Löwy 2017-11-15 13:58:20 +01:00
parent bf7cc2ffac
commit aef4edadd0

View File

@ -401,6 +401,7 @@ if (GLFW_INSTALL)
add_custom_target(uninstall
"${CMAKE_COMMAND}" -P
"${GLFW_BINARY_DIR}/cmake_uninstall.cmake")
set_target_properties(uninstall PROPERTIES FOLDER "GLFW3")
endif()
endif()