]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: add compatibility definitions to Config.cmake.in 14471/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 25 Nov 2022 12:40:58 +0000 (06:40 -0600)
committerMatthias Maier <tamiko@43-1.org>
Fri, 25 Nov 2022 12:40:58 +0000 (06:40 -0600)
cmake/config/Config.cmake.in

index 0f1cbfd06d0173264f1d76da743b74f618665ee1..73d96b9686a1dcbe6ea413e060dea9e449d5d605 100644 (file)
@@ -133,12 +133,15 @@ set(DEAL_II_LINKER_FLAGS_RELEASE "@DEAL_II_LINKER_FLAGS_RELEASE@")
 
 # used for all targets:
 set(DEAL_II_DEFINITIONS "@DEAL_II_DEFINITIONS@")
+set(DEAL_II_USER_DEFINITIONS "${DEAL_II_DEFINITIONS}")
 
 # _additionally_ used for debug targets:
 set(DEAL_II_DEFINITIONS_DEBUG "@DEAL_II_DEFINITIONS_DEBUG@")
+set(DEAL_II_USER_DEFINITIONS_DEBUG "${DEAL_II_DEFINITIONS_DEBUG}")
 
 # _additionally_ used for release targets:
 set(DEAL_II_DEFINITIONS_RELEASE "@DEAL_II_DEFINITIONS_RELEASE@")
+set(DEAL_II_USER_DEFINITIONS_RELEASE "${DEAL_II_DEFINITIONS_RELEASE}")
 
 #
 # MPI runtime:

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.