arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.48k stars 177 forks source link

cmake: use ${CMAKE_CURRENT_SOURCE_DIR} where possible #269

Closed pinotree closed 1 year ago

pinotree commented 1 year ago

This makes things rely less on their current relative locations in the sources.

codecov-commenter commented 1 year ago

Codecov Report

Merging #269 (e0c4b17) into master (d0b79d5) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #269   +/-   ##
=======================================
  Coverage   90.53%   90.53%           
=======================================
  Files         119      119           
  Lines       12144    12144           
=======================================
  Hits        10994    10994           
  Misses       1150     1150           
arximboldi commented 1 year ago

Nice!