summaryrefslogtreecommitdiffstats
path: root/config/toolchain/gcc.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-05 04:01:08 (GMT)
committerGitHub <noreply@github.com>2023-09-05 04:01:08 (GMT)
commitdf8f7a9029f443e6df0e2644a040a87ef4905607 (patch)
treefc54db5332bef05e19fd95a4979bbf97434cb685 /config/toolchain/gcc.cmake
parent93748d4ab59694769b2e7ac76fc60ab63a012000 (diff)
downloadhdf5-df8f7a9029f443e6df0e2644a040a87ef4905607.zip
hdf5-df8f7a9029f443e6df0e2644a040a87ef4905607.tar.gz
hdf5-df8f7a9029f443e6df0e2644a040a87ef4905607.tar.bz2
Fix some minor formatting for consistency (#3499)
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 "")