We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52af5ab commit 87c41ceCopy full SHA for 87c41ce
Sources/Tools/plutil/CMakeLists.txt
@@ -22,7 +22,9 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
22
" ${error_output}")
23
endif()
24
25
+ message(STATUS "target info: ${output}")
26
string(REGEX MATCH "\"runtimeLibraryPaths\": \\[\n\ +\"([^\"]+)\"" path ${output})
27
+ message(STATUS "runtime path: ${CMAKE_MATCH_1}")
28
set_target_properties(plutil PROPERTIES BUILD_RPATH ${CMAKE_MATCH_1})
29
30
0 commit comments