mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
Fix hardcoded runtime destination in CMake install
Closes #1883. Closes #1884.
This commit is contained in:
parent
061a0263a9
commit
e3f916808d
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,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…
Add table
Reference in a new issue