Skip to content

Commit ee22636

Browse files
committed
without -no-intel-lib, svml_dispmd.dll is also needed for CPU only
version.
1 parent 7c52285 commit ee22636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/cmake/package.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ IF (WIN32)
8888
IF (EXISTS "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/libmmd.dll")
8989
INSTALL(FILES "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/libmmd.dll" DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib)
9090
ENDIF()
91+
IF (EXISTS "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/svml_dispmd.dll")
92+
INSTALL(FILES "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/svml_dispmd.dll" DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib)
93+
ENDIF()
9194
ENDIF()
9295

9396
SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)

0 commit comments

Comments
 (0)