]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Bugfix: Export DEAL_II_WITH_CXX11 in deal.IIConfig.cmake 4228/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 7 Apr 2017 20:22:41 +0000 (15:22 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 7 Apr 2017 20:22:41 +0000 (15:22 -0500)
cmake/config/CMakeLists.txt

index e3278769d98c97196456ee1fe88cab1c5bc45818..1d094e7c3463bb67a920dae9fa9b20509e50d307 100644 (file)
@@ -173,6 +173,7 @@ SET(_files
   )
 FOREACH(_file ${_files})
   FILE(APPEND ${_file} "\n\n#\n# Feature configuration:\n#\n\n")
+  FILE(APPEND ${_file} "SET(DEAL_II_WITH_CXX11 ON)\n")
 ENDFOREACH()
 
 GET_CMAKE_PROPERTY(_res VARIABLES)

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.