summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/config/toolchain/gcc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/config/toolchain/gcc.cmake')
-rw-r--r--HDF5Examples/config/toolchain/gcc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/HDF5Examples/config/toolchain/gcc.cmake b/HDF5Examples/config/toolchain/gcc.cmake
new file mode 100644
index 0000000..f0771ed
--- /dev/null
+++ b/HDF5Examples/config/toolchain/gcc.cmake
@@ -0,0 +1,11 @@
+# Uncomment the following line and the correct system name to use cross-compiling
+#set (CMAKE_SYSTEM_NAME Linux)
+
+set (CMAKE_COMPILER_VENDOR "GCC")
+
+set (CMAKE_C_COMPILER cc)
+set (CMAKE_CXX_COMPILER c++)
+set (CMAKE_Fortran_COMPILER gfortran)
+
+# the following is used if cross-compiling
+set (CMAKE_CROSSCOMPILING_EMULATOR "")