]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Fix a typo
authorMatthias Maier <tamiko@43-1.org>
Thu, 12 Jan 2017 15:46:50 +0000 (09:46 -0600)
committerMatthias Maier <tamiko@43-1.org>
Fri, 13 Jan 2017 09:32:35 +0000 (03:32 -0600)
cmake/macros/macro_deal_ii_add_library.cmake

index ccc97fe06d8b260688070e0bc6da79996a6e6949..fb384c5366d1f840ddc697156e99d0cda48b543b 100644 (file)
@@ -52,7 +52,7 @@ MACRO(DEAL_II_ADD_LIBRARY _library)
     # Cuda specific target setup:
     #
     IF(DEAL_II_WITH_CUDA)
-      CUDA_WRAP_SRCS(${_library}_${_build_lowercase}
+      CUDA_WRAP_SRCS(${_library}.${_build_lowercase}
         OBJ _generated_cuda_files ${ARGN} SHARED
         )
 

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.