You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
trajopt/trajopt_sco/cmake/trajopt_sco-config.cmake.in
Line 15 in ac685dc
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.0The text was updated successfully, but these errors were encountered: