mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Removed overloading of INSTALL_NAME_DIR with ${CMAKE_INSTALL_LIBDIR} on Mac.
This commit is contained in:
parent
b430bc4935
commit
bf7d9a5ab7
@ -137,9 +137,6 @@ if (BUILD_SHARED_LIBS)
|
||||
elseif (APPLE)
|
||||
# Add -fno-common to work around a bug in Apple's GCC
|
||||
target_compile_options(glfw PRIVATE "-fno-common")
|
||||
|
||||
set_target_properties(glfw PROPERTIES
|
||||
INSTALL_NAME_DIR "${CMAKE_INSTALL_LIBDIR}")
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
|
Loading…
Reference in New Issue
Block a user