File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -825,9 +825,9 @@ jobs:
825825 -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
826826 -D CMAKE_BUILD_TYPE=Release
827827 -D CMAKE_INSTALL_PREFIX=install
828- -DCMAKE_INCLUDE_PATH ="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/include" ^
829- -DCMAKE_LIBRARY_PATH ="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/intel64_win" ^
830- -DCMAKE_EXE_LINKER_FLAGS ="/NODEFAULTLIB:vcomp.lib /DEFAULTLIB: libiomp5md.lib"
828+ -D CMAKE_INCLUDE_PATH ="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/include"
829+ -D CMAKE_LIBRARY_PATH ="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/intel64_win"
830+ -D CMAKE_EXE_LINKER_FLAGS ="/NODEFAULTLIB:vcomp.lib \"C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/intel64_win/ libiomp5md.lib\" "
831831 shell : pwsh
832832 env :
833833 CC : clang-cl
You can’t perform that action at this time.
0 commit comments