Skip to content

Commit 87764de

Browse files
committed
.
1 parent 9e94b03 commit 87764de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pycode/memilio-simulation/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,9 @@ install(TARGETS ${MEMILIO_SIMULATION_LIBS}
149149
RUNTIME DESTINATION lib
150150
)
151151

152-
# If jsoncpp was built as part of the bundled third-party dependencies, make sure its
153-
# shared library is copied into the wheel with the exact SONAME the runtime loader will
154-
# request. Wheels do not preserve symlinks, so install real copies for every relevant
155-
# name.
152+
# If jsoncpp comes from the bundled third-party dependencies, copy its shared
153+
# library into the wheel under every file name importers might look for. Wheels
154+
# drop symlinks, so place real copies for each alias.
156155
if(TARGET jsoncpp_lib)
157156
set_target_properties(jsoncpp_lib PROPERTIES
158157
INSTALL_RPATH "$ORIGIN"

0 commit comments

Comments
 (0)