summaryrefslogtreecommitdiffstats
path: root/config/toolchain/gcc.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-26 13:46:15 (GMT)
committerGitHub <noreply@github.com>2023-09-26 13:46:15 (GMT)
commit830bf561e1236308cdffe0c519c6e779ec0929e3 (patch)
tree9ccbc8739c6d47dd8611fb9c24dca12d38662850 /config/toolchain/gcc.cmake
parent5bd7cf645342bdbcd9faafdb920ffef43a41e2e8 (diff)
downloadhdf5-830bf561e1236308cdffe0c519c6e779ec0929e3.zip
hdf5-830bf561e1236308cdffe0c519c6e779ec0929e3.tar.gz
hdf5-830bf561e1236308cdffe0c519c6e779ec0929e3.tar.bz2
Merge CMake,doxygen changes from develop,1.10 branches (#3578)
* Merge CMake,doxygen changes from develop,1.10 branches * revert incorrect option in AT TS build * Use variable for ignore-eol usage. * Add last_test depends logic * Just print status on CMake below 3.14
Diffstat (limited to 'config/toolchain/gcc.cmake')
-rw-r--r--config/toolchain/gcc.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/toolchain/gcc.cmake b/config/toolchain/gcc.cmake
index c41d0ca..f0771ed 100644
--- a/config/toolchain/gcc.cmake
+++ b/config/toolchain/gcc.cmake
@@ -1,11 +1,11 @@
# Uncomment the following line and the correct system name to use cross-compiling
-#set(CMAKE_SYSTEM_NAME Linux)
+#set (CMAKE_SYSTEM_NAME Linux)
-set(CMAKE_COMPILER_VENDOR "GCC")
+set (CMAKE_COMPILER_VENDOR "GCC")
-set(CMAKE_C_COMPILER cc)
-set(CMAKE_CXX_COMPILER c++)
-set(CMAKE_Fortran_COMPILER gfortran)
+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 "")
+set (CMAKE_CROSSCOMPILING_EMULATOR "")