Skip to content

Commit a064cd2

Browse files
committed
Avoid setting install_name_dir.
1 parent cfe924b commit a064cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if(VORPALINE_BUILD_DYNAMIC)
8181
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
8282
endif()
8383

84-
set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
84+
#set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
8585

8686
# uninstall target
8787
# Needs to be created before add_subdirectory() because GLFw has

0 commit comments

Comments
 (0)