summaryrefslogtreecommitdiffstats
path: root/config/intel.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-10-05 04:57:44 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-10-05 04:57:44 (GMT)
commit1528b884cbbad8efe71ecaa44575a3a06d47214e (patch)
tree797d6174e2f5aa2a9b46c9a8d7ff7bc49c6d13d5 /config/intel.cmake
parentf54222cdb8c3f1e3749ef0db8aed05602770f1db (diff)
downloadhdf5-1528b884cbbad8efe71ecaa44575a3a06d47214e.zip
hdf5-1528b884cbbad8efe71ecaa44575a3a06d47214e.tar.gz
hdf5-1528b884cbbad8efe71ecaa44575a3a06d47214e.tar.bz2
Merge hdf5_1_10 changes to hdf5_1_10_4.
Diffstat (limited to 'config/intel.cmake')
-rw-r--r--config/intel.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/intel.cmake b/config/intel.cmake
new file mode 100644
index 0000000..f1a5734
--- /dev/null
+++ b/config/intel.cmake
@@ -0,0 +1,10 @@
+# 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 "")