Closed Shatur closed 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.
PROJECT_IS_TOP_LEVEL
FetchContent
Pre-merge checklist
origin/master
Sounds reasonable to me, thanks!
What does this change do? I moved install rules under
PROJECT_IS_TOP_LEVEL
check. Otherwise usingFetchContent
it will generate install rule for this library which is unnecessary since the library is already added to the project.Pre-merge checklist
origin/master
(if necessary)