mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
fix: some install(FILES..) assumed GLFW_BINARY_DIR
This commit is contained in:
parent
c38315ec69
commit
566108d35a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user