marzer / tomlplusplus

Header-only TOML config file parser and serializer for C++17.
https://marzer.github.io/tomlplusplus/
MIT License
1.58k stars 152 forks source link

Move install rules under PROJECT_IS_TOP_LEVEL #154

Closed Shatur closed 2 years ago

Shatur commented 2 years ago

What does this change do? I moved install rules under PROJECT_IS_TOP_LEVEL check. Otherwise using FetchContent it will generate install rule for this library which is unnecessary since the library is already added to the project.

Pre-merge checklist

marzer commented 2 years ago

Sounds reasonable to me, thanks!