Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using cmake glob vars if we are a subproject (#1459)
If jsoncpp is a subproject (like a git submodule), setting the global cmake variables affect the entire project (changes the structure of the output folders) and these changes prevent it.
- Loading branch information