File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
pycode/memilio-simulation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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.
156155if (TARGET jsoncpp_lib)
157156 set_target_properties (jsoncpp_lib PROPERTIES
158157 INSTALL_RPATH "$ORIGIN"
You can’t perform that action at this time.
0 commit comments