2 Commits

Author SHA1 Message Date
xiazuoling.xzl
39e928383f cmake export configuration: allow repeating find_package(jsoncpp) calls
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.
2023-07-10 11:01:15 +08:00
Sergey Rachev
993e4e2828 - isolated namespace targets into separate file 2021-05-04 23:34:28 -05:00