Skip to content

Commit 461fa43

Browse files
committed
Fix unchanged dep
1 parent 77ed643 commit 461fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/device/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install(TARGETS libompdevice
8585

8686
add_library(ompdevice.all_objs OBJECT IMPORTED)
8787
set_property(TARGET ompdevice.all_objs APPEND PROPERTY IMPORTED_OBJECTS
88-
${CMAKE_CURRENT_BINARY_DIR}/libomptarget-${target_name}.bc)
88+
${LLVM_LIBRARY_OUTPUT_INTDIR}/${LLVM_DEFAULT_TARGET_TRIPLE}/libomptarget-${target_name}.bc)
8989

9090
# Archive all the object files generated above into a static library
9191
add_library(ompdevice STATIC)

0 commit comments

Comments
 (0)