dash-project / dash

DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
http://www.dash-project.org/
Other
154 stars 44 forks source link

build: Quote properties in `set_target_properties` #714

Closed bertwesarg closed 4 years ago

bertwesarg commented 4 years ago

Avoids errors like:

CMake Error at dart-impl/base/CMakeLists.txt:113 (set_target_properties):
  set_target_properties called with incorrect number of arguments.
codecov[bot] commented 4 years ago

Codecov Report

Merging #714 into development will not change coverage. The diff coverage is n/a.

@@              Coverage Diff              @@
##           development     #714    +/-   ##
=============================================
  Coverage        85.22%   85.22%            
=============================================
  Files              336      336            
  Lines            25004    25004            
  Branches         11456    11741   +285     
=============================================
  Hits             21310    21310            
  Misses            3693     3693            
  Partials             1        1