fix: some install(FILES..) assumed GLFW_BINARY_DIR

This commit is contained in:
Tamas Kenez 2015-06-08 15:21:18 +02:00 committed by Zbigniew Mandziejewicz
parent c38315ec69
commit 566108d35a

View File

@ -546,8 +546,8 @@ if (GLFW_INSTALL)
install(
FILES
${GLFW_INSTALL_CONFIG_DIR}/glfw3Config.cmake
glfw3ConfigVersion.cmake
${GLFW_BINARY_DIR}/${GLFW_INSTALL_CONFIG_DIR}/glfw3Config.cmake
${GLFW_BINARY_DIR}/glfw3ConfigVersion.cmake
DESTINATION ${GLFW_INSTALL_CONFIG_DIR})
install(