We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe924b commit a064cd2Copy full SHA for a064cd2
1 file changed
CMakeLists.txt
@@ -81,7 +81,7 @@ if(VORPALINE_BUILD_DYNAMIC)
81
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
82
endif()
83
84
-set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
+#set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
85
86
# uninstall target
87
# Needs to be created before add_subdirectory() because GLFw has
0 commit comments