- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Calling the cmake InstallRequiredSystemLibraries.cmake script does not work with the latest version of the Intel OneApi compiler - 2024.1 (worked fine with 2023.1):
Example:
CMake Warning at C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.28/Modules/InstallRequiredSystemLibraries.cmake:735 (message):
system runtime library file does not exist: 'NOT-FOUND/svml_dispmd.dll'
Call Stack (most recent call first):
CMakeLists.txt:155 (include)
It seems that the redist files (libmmd.dll, svml_dispmd.dll, etc.) are moved to a new location compared to previous releases of the compiler.
Regards,
Morten Gaupaas
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please provide a reproducer and exact commands to demonstrate your issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We include this statement in the cmake (CMakeLists.txt) file:
..
include(SetIntelRPATH)
include(InstallRequiredSystemLibraries)
...
Regards,
Morten
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page