Skip to content

Commit 87c41ce

Browse files
committed
dump target and rpath
1 parent 52af5ab commit 87c41ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Tools/plutil/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
2222
" ${error_output}")
2323
endif()
2424

25+
message(STATUS "target info: ${output}")
2526
string(REGEX MATCH "\"runtimeLibraryPaths\": \\[\n\ +\"([^\"]+)\"" path ${output})
27+
message(STATUS "runtime path: ${CMAKE_MATCH_1}")
2628
set_target_properties(plutil PROPERTIES BUILD_RPATH ${CMAKE_MATCH_1})
2729
endif()
2830

0 commit comments

Comments
 (0)