]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: fix syntax warning 17370/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 23 Jul 2024 21:21:26 +0000 (16:21 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 23 Jul 2024 21:21:26 +0000 (16:21 -0500)
cmake/configure/configure_20_trilinos.cmake

index 5efd540bf2a68ed81d4ef968654c5df69d7c3186..76ef7f10087f7f7aa5a7ac30656ae47878958d91 100644 (file)
@@ -277,7 +277,7 @@ macro(feature_trilinos_find_external var)
         message(STATUS "Tpetra was found but is not usable due to a mismatch in ordinal number types.")
         set(TRILINOS_WITH_TPETRA OFF)
 
-        check_cxx_symbol_exists(HAVE_TPETRA_INT_INT "TpetraCore_config.h"_tpetra_int_int)
+        check_cxx_symbol_exists(HAVE_TPETRA_INT_INT "TpetraCore_config.h" _tpetra_int_int)
         check_cxx_symbol_exists(HAVE_TPETRA_INT_LONG_LONG "TpetraCore_config.h" _tpetra_int_long_long)
 
         if(NOT _tpetra_int_long_long AND DEAL_II_WITH_64BIT_INDICES)

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.