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 ac8d00b commit d9312d9Copy full SHA for d9312d9
CMakeLists.txt
@@ -146,7 +146,7 @@ if (PLUGINVAL_ENABLE_RTCHECK)
146
COMMAND ${CMAKE_COMMAND} -E echo "Executable path: $<TARGET_FILE_DIR:pluginval>")
147
add_custom_command(TARGET pluginval POST_BUILD
148
COMMAND ${CMAKE_COMMAND} -E copy
149
- ${CMAKE_CURRENT_BINARY_DIR}/_deps/rtcheck-build/src/librtcheck.dylib
+ $<TARGET_FILE:rtcheck>
150
$<TARGET_FILE_DIR:pluginval>/../Libraries/librtcheck.dylib)
151
endif ()
152
endif()
0 commit comments