]> https://gitweb.dealii.org/ - dealii.git/commitdiff
bugfix
authorMatthias Maier <tamiko@43-1.org>
Tue, 15 Aug 2017 06:34:08 +0000 (08:34 +0200)
committerMatthias Maier <tamiko@43-1.org>
Tue, 15 Aug 2017 06:34:37 +0000 (01:34 -0500)
cmake/macros/macro_deal_ii_add_library.cmake
cmake/macros/macro_deal_ii_insource_setup_target.cmake
cmake/macros/macro_deal_ii_setup_target.cmake

index b9b9bee1d0412cd7ad1390802108e75e23ae1b10..69db8c70314b499a75d80ac87d8087a895ef4951 100644 (file)
@@ -76,7 +76,7 @@ MACRO(DEAL_II_ADD_LIBRARY _library)
           )
 
         TARGET_COMPILE_OPTIONS(${_library}_${_build_lowercase} PUBLIC
-          $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler "${_cxx_flags}">
+          $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler ${_cxx_flags}>
           $<$<COMPILE_LANGUAGE:CUDA>:${_cuda_flags}>
           )
 
index 524e5d709b2046cb029ab53a4105a5174e3881b9..5c7181861ced435ffa07c27e908264c1a93cba5e 100644 (file)
@@ -76,7 +76,7 @@ MACRO(DEAL_II_INSOURCE_SETUP_TARGET _target _build)
         )
 
       TARGET_COMPILE_OPTIONS(${_target} PUBLIC
-        $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler "${_cxx_flags}">
+        $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler ${_cxx_flags}>
         $<$<COMPILE_LANGUAGE:CUDA>:${_cuda_flags}>
         )
 
index 69900512c64148154ea48587db3135e486021e25..b7226f75d4d885bad85cd750ce063b8f910be3bd 100644 (file)
@@ -147,7 +147,7 @@ MACRO(DEAL_II_SETUP_TARGET _target)
         )
 
       TARGET_COMPILE_OPTIONS(${_target} PUBLIC
-        $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler "${_cxx_flags}">
+        $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler ${_cxx_flags}>
         $<$<COMPILE_LANGUAGE:CUDA>:${_cuda_flags}>
         )
 

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.