Skip to content

Commit 93c6ffd

Browse files
authored
SWDEV-534857 - Fix the hip build failure on Windows (#409)
1 parent 1bb0ea6 commit 93c6ffd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hipamd/src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ target_sources(amdhip64 PRIVATE
130130
hip_comgr_helper.cpp)
131131

132132
if(WIN32)
133-
target_sources(amdhip64 PRIVATE
134-
hip_runtime.cpp hiprtc/hiprtcInternal.cpp)
133+
target_sources(amdhip64 PRIVATE hip_runtime.cpp)
135134
endif()
136135

137136
if(BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)