warnings in InstallRequiredSystemLibraries.cmake with ifort 18 on Linux
The issue I'm reporting here is very similar to #17550 (closed) and can be considered a follow-up ...
Similar to the Windows case reported earlier, I also see such warnings with ifort 18.0.1 on Linux (with a build of cmake's current git master):
CMake Warning at /usr/local/share/cmake-3.11/Modules/InstallRequiredSystemLibraries.cmake:676 (message):
system runtime library file does not exist:
'/Intel/compilers_and_libraries_2018.1.163/linux/compiler/lib/intel64_lin/cilk_db.so'
CMake Warning at /usr/local/share/cmake-3.11/Modules/InstallRequiredSystemLibraries.cmake:676 (message):
system runtime library file does not exist:
'/Intel/compilers_and_libraries_2018.1.163/linux/compiler/lib/intel64_lin/libistrconv.so'
CMake Warning at /usr/local/share/cmake-3.11/Modules/InstallRequiredSystemLibraries.cmake:686 (message):
system runtime library file does not exist:
'/Intel/compilers_and_libraries_2018.1.163/linux/compiler/lib/intel64_lin/irml'
With cmake 10.2 I also see the following ...
CMake Warning at /usr/local/share/cmake-3.10/Modules/InstallRequiredSystemLibraries.cmake:670 (message):
system runtime library file does not exist:
'/Intel/compilers_and_libraries_2018.1.163/linux/compiler/lib/intel64_lin/libgfxoffload.so'
... but this one seems to be fixed by 7d1ed84c in 3.11.
As on Windows, I have only the Intel Fortran compiler installed, but not the Intel C++ compiler.