Skip to content

Commit

Permalink
Remove INSTALL_NAME_DIR from target
Browse files Browse the repository at this point in the history
See #49.
  • Loading branch information
thbeu committed Nov 19, 2023
1 parent a6d56ee commit c43bd66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ set_target_properties(${PACKAGE}
PROPERTIES
SOVERSION ${shp_SOVERSION}
VERSION ${shp_VERSION}
INSTALL_NAME_DIR "${CMAKE_INSTALL_LIBDIR}"
)

if(USE_RPATH)
Expand Down

0 comments on commit c43bd66

Please sign in to comment.