]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove forgotten dot
authorKarl Ljungkvist <k.ljungkvist@gmail.com>
Fri, 13 Jan 2017 08:14:02 +0000 (09:14 +0100)
committerMatthias Maier <tamiko@43-1.org>
Fri, 13 Jan 2017 09:34:45 +0000 (03:34 -0600)
cmake/macros/macro_deal_ii_add_definitions.cmake

index 86319efec413ee01e1234ac0d24578dce877026f..cf9eef87ad063aa6386164d6943299090c946810 100644 (file)
@@ -24,10 +24,9 @@ MACRO(DEAL_II_ADD_DEFINITIONS _name)
   FOREACH(_build ${DEAL_II_BUILD_TYPES})
     STRING(TOLOWER ${_build} _build_lowercase)
 
-    SET_PROPERTY(TARGET ${_name}.${_build_lowercase}
+    SET_PROPERTY(TARGET ${_name}_${_build_lowercase}
       APPEND PROPERTY COMPILE_DEFINITIONS "${ARGN}"
       )
   ENDFOREACH()
 
 ENDMACRO()
-

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.