mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 15:25:07 +00:00
CMake: Use GNUInstallDirs variables for MacOSX framework destination
This commit is contained in:
parent
6bd1a26375
commit
24bcf04c19
@ -149,7 +149,7 @@ install ( TARGETS ${targets_to_install}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
FRAMEWORK DESTINATION lib${LIB_SUFFIX}
|
||||
FRAMEWORK DESTINATION ${CMAKE_INSTALL_PREFIX}
|
||||
)
|
||||
|
||||
if (BUILD_UTILS)
|
||||
|
Loading…
Reference in New Issue
Block a user