CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Fix Multi Append #127

Closed ryanmrichard closed 9 months ago

ryanmrichard commented 9 months ago

Is this pull request associated with an issue(s)? No.

Description When CMakePPLang is included in another project via FetchContent, if that project imports CMakePPLang and then gets reconfigured, CMakePPLang will continuously append its location to the calling project's CMAKE_MODULE_PATH. This PR checks to make sure the path is not present in CMAKE_MODULE_PATH before adding it.

TODOs None. This is r2g.

github-actions[bot] commented 9 months ago

🚀 [bumpr] Bumped! New version:v1.0.4 Changes:v1.0.3...v1.0.4