From 7ff3eac6672de87d83bc75896c5f69f50cef1077 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Tue, 21 Feb 2023 08:24:53 -0600 Subject: Remove space from toolchain name (#2482) * Remove space from toolchain name * Another space removed --- config/toolchain/ icc.cmake | 11 ----------- config/toolchain/icc.cmake | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 config/toolchain/ icc.cmake create mode 100644 config/toolchain/icc.cmake diff --git a/config/toolchain/ icc.cmake b/config/toolchain/ icc.cmake deleted file mode 100644 index 97f6a64..0000000 --- a/config/toolchain/ icc.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# Uncomment the following to use cross-compiling -#set(CMAKE_SYSTEM_NAME Linux) - -set(CMAKE_COMPILER_VENDOR "intel") - -set(CMAKE_C_COMPILER icc) -set(CMAKE_CXX_COMPILER icpc) -set(CMAKE_Fortran_COMPILER ifort) - -# the following is used if cross-compiling -set(CMAKE_CROSSCOMPILING_EMULATOR "") diff --git a/config/toolchain/icc.cmake b/config/toolchain/icc.cmake new file mode 100644 index 0000000..97f6a64 --- /dev/null +++ b/config/toolchain/icc.cmake @@ -0,0 +1,11 @@ +# Uncomment the following to use cross-compiling +#set(CMAKE_SYSTEM_NAME Linux) + +set(CMAKE_COMPILER_VENDOR "intel") + +set(CMAKE_C_COMPILER icc) +set(CMAKE_CXX_COMPILER icpc) +set(CMAKE_Fortran_COMPILER ifort) + +# the following is used if cross-compiling +set(CMAKE_CROSSCOMPILING_EMULATOR "") -- cgit v0.12