]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix warning by not using dot in target name 2608/head
authorKarl Ljungkvist <k.ljungkvist@gmail.com>
Tue, 17 May 2016 15:42:49 +0000 (10:42 -0500)
committerKarl Ljungkvist <k.ljungkvist@gmail.com>
Tue, 17 May 2016 15:44:20 +0000 (10:44 -0500)
cmake/macros/macro_deal_ii_add_library.cmake

index fb384c5366d1f840ddc697156e99d0cda48b543b..ccc97fe06d8b260688070e0bc6da79996a6e6949 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.