File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ set_property(TARGET amdgpu_hostexec_services PROPERTY POSITION_INDEPENDENT_CODE
92
92
option (LIBOMPTARGET_BUILD_DEVICE_FORTRT "Build device fortran IO runtime to use hostexec" OFF )
93
93
if (LIBOMPTARGET_BUILD_DEVICE_FORTRT )
94
94
add_compile_definitions (_HOSTEXEC_BUILD_DEVICE_FORTRT )
95
- target_link_libraries (amdgpu_hostexec_services FortranDecimal -L${CMAKE_BINARY_DIR}/../../lib -L${CMAKE_INSTALL_PREFIX}/lib )
96
- target_link_libraries (amdgpu_hostexec_services FortranRuntime -L${CMAKE_BINARY_DIR}/../../lib -L${CMAKE_INSTALL_PREFIX}/lib )
95
+ target_link_libraries (amdgpu_hostexec_services flang_rt.runtime -L${CMAKE_BINARY_DIR}/../../lib -L${CMAKE_INSTALL_PREFIX}/lib )
97
96
endif ()
98
97
99
98
if (LIBOMPTARGET_DEP_CUDA_FOUND )
You can’t perform that action at this time.
0 commit comments