Skip to content

Commit

Permalink
Merge pull request #68 from thbeu/remove-INSTALL_NAME_DIR
Browse files Browse the repository at this point in the history
Remove INSTALL_NAME_DIR from target
  • Loading branch information
rouault authored Mar 24, 2024
2 parents fefaa0c + 5a08e40 commit f04a4b3
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 f04a4b3

Please sign in to comment.