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 Mar 9, 2024
1 parent 71a6552 commit 71456f3
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 @@ -154,7 +154,6 @@ set(shp_VERSION ${PROJECT_VERSION})
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 71456f3

Please sign in to comment.