mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Fix hardcoded runtime destination in CMake install
Closes #1883.
Closes #1884.
(cherry picked from commit e3f916808d
)
This commit is contained in:
parent
5dd6716ee9
commit
9ef9b1361a
|
@ -179,7 +179,7 @@ endif()
|
|||
if (GLFW_INSTALL)
|
||||
install(TARGETS glfw
|
||||
EXPORT glfwTargets
|
||||
RUNTIME DESTINATION "bin"
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue
Block a user