offa / scope-guard

Implementation of Scoped Guards and Unique Resource as proposed in P0052.
MIT License
47 stars 6 forks source link

Replace CMAKE_… variables with project relatives #182

Closed offa closed 3 years ago

offa commented 3 years ago

Using CMAKE_… can cause issues, when included as subproject. Using PROJECT_… or CMAKE_CURRENT_… instead should fix the issue.