Skip to content

Commit

Permalink
Updated OS list for testing (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 15, 2024
1 parent d16a389 commit 617f7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ configure_file(
if (APPLE AND BUILD_SHARED_LIBS)
# Since cmd line tools version 2397 dyld doesn't look in ../lib
# See and https://developer.apple.com/forums/thread/737920 for the details.
set_target_properties(rnp PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}")
set_target_properties(sexpp PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}")
endif(APPLE AND BUILD_SHARED_LIBS)

if (WIN32 AND BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 617f7a0

Please sign in to comment.