Skip to content

Commit

Permalink
without -no-intel-lib, svml_dispmd.dll is also needed for CPU only
Browse files Browse the repository at this point in the history
version.
  • Loading branch information
freibold committed Feb 7, 2023
1 parent 7c52285 commit ee22636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/cmake/package.cmake
Expand Up @@ -88,6 +88,9 @@ IF (WIN32)
IF (EXISTS "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/libmmd.dll")
INSTALL(FILES "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/libmmd.dll" DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib)
ENDIF()
IF (EXISTS "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/svml_dispmd.dll")
INSTALL(FILES "${DPCPP_COMPILER_DIR}/../redist/intel64_win/compiler/svml_dispmd.dll" DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib)
ENDIF()
ENDIF()

SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)
Expand Down

0 comments on commit ee22636

Please sign in to comment.