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 f402680 commit 19f2d9cCopy full SHA for 19f2d9c
unified-runtime/cmake/helpers.cmake
@@ -228,8 +228,11 @@ if(UR_USE_DEBUG_POSTFIX AND NOT TARGET install-unified-runtime-libraries)
228
COMMAND ${CMAKE_COMMAND}
229
-DCOMPONENT=umfd
230
-P ${CMAKE_BINARY_DIR}/cmake_install.cmake
231
- DEPENDS unified-runtime-libraries build_umfd
+ DEPENDS unified-runtime-libraries
232
)
233
+ if(TARGET build_umfd)
234
+ add_dependencies(install-unified-runtime-libraries build_umfd)
235
+ endif()
236
endif()
237
238
include(FetchContent)
0 commit comments