diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 624483e9..a409459b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -168,9 +168,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)