Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
805 Discussions

InstallRequiredSystemLibraries.cmake does not work with Windows OneApi 2024.1

MXG
New Contributor I
696 Views

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

0 Kudos
2 Replies
Alex_Y_Intel
Moderator
639 Views

Can you please provide a reproducer and exact commands to demonstrate your issue?

0 Kudos
MXG
New Contributor I
595 Views

Hi,

 

We include this statement in the cmake (CMakeLists.txt) file:

..

include(SetIntelRPATH)

include(InstallRequiredSystemLibraries)

...

 

Regards,

Morten

0 Kudos
Reply