Skip to content

Commit

Permalink
Remove override for INSTALL_NAME_DIR as the default behaviour is expe…
Browse files Browse the repository at this point in the history
…cted (#318)

Signed-off-by: Mark Burton <[email protected]>
  • Loading branch information
markfoodyburton authored Jun 25, 2024
1 parent 71f24cc commit 2f70602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ set_target_properties (cci
LINKER_LANGUAGE CXX
VERSION ${SystemCCCI_VERSION}
SOVERSION ${SystemCCCI_SOVERSION}
INSTALL_NAME_DIR ${CMAKE_INSTALL_FULL_LIBDIR})
)


###############################################################################
Expand Down

0 comments on commit 2f70602

Please sign in to comment.