-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
The following line fails for me with CMake 3.16.3, resulting in the error: add_library cannot create ALIAS target "jsoncpp_lib" because target "JsonCpp::JsonCpp" is imported but not globally visible.
| add_library(jsoncpp_lib ALIAS JsonCpp::JsonCpp) |
This error seems to go away with CMake >= 3.25.0 (possibly with an earlier version). This also corresponds to this reported issue.
I think the solution should be to update the minimum CMake version of all packages that perform the operation in the code snippet above (trajopt_sco, trajopt) to CMake >= 3.25.0
Metadata
Metadata
Assignees
Labels
No labels