]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Fix typos
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 27 Jul 2013 11:48:15 +0000 (11:48 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 27 Jul 2013 11:48:15 +0000 (11:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@30171 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/checks/check_01_cpu_features.cmake
deal.II/cmake/setup_compiler_flags_gnu.cmake

index d8c275b5783f8432e20c1f0f77926cf6b773c34b..90b1e1a93d1b2de2e9f79cde10fc0cc9e0275883 100644 (file)
@@ -46,6 +46,7 @@ ELSE()
   MESSAGE(STATUS
     "No suitable C compiler was found! Assuming little endian platform."
     )
+  SET(DEAL_II_WORDS_BIGENDIAN "0")
 ENDIF()
 
 
index 63bf98e31a7f024c6096f90b16289caacb1c8761..9f9152a82e17229b40e4c905d4b6042425d631ab 100644 (file)
@@ -148,7 +148,7 @@ IF (CMAKE_BUILD_TYPE MATCHES "Debug")
   #
   # If -Og is not available, fall back to -O0:
   #
-  IF(NOT DEAL_II_HAVE_FLAG_O0)
+  IF(NOT DEAL_II_HAVE_FLAG_Og)
     ADD_FLAGS(DEAL_II_CXX_FLAGS_DEBUG "-O0")
   ENDIF()
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.