Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake export configuration: allow repeating find_package(jsoncpp) cal…
…ls (#1491) In jsoncpp-namspaced-targets.cmake, it creates JsonCpp::JsonCpp imported library without first checking whether it was already created by former call to find_package(JsonCpp). As CMake allows repeated call to find_package(), the error of "another target with the same name already exists" should be fixed. Co-authored-by: xiazuoling.xzl <[email protected]> Co-authored-by: Jordan Bayles <[email protected]>
- Loading branch information