hdf5/config/toolchain/intel.cmake

12 lines
287 B
CMake
Raw Normal View History

# Uncomment the following to use cross-compiling
2018-10-04 23:42:44 +08:00
#set(CMAKE_SYSTEM_NAME Linux)
2019-01-03 23:33:55 +08:00
2018-10-04 23:42:44 +08:00
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 "")