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
I am facing a problem where I am using CPM.make to add third party dependencies to my project and finally I am using packageProject to make it installable. However I am facing this issue where the third party target is not in any export set.
CMake Error: install(EXPORT "asabru_commonsTargets" ...) includes target "asabru_commons" which requires target "nlohmann_json" that is not in any export set.
CMake Error: install(EXPORT "asabru_commonsTargets" ...) includes target "asabru_commons" which requires target "stduuid" that is not in any export set.
I believe it is because the CMakeLists.txt of the third-party dependencies do not have a install / export command.
Can anyone help with this scenario ?
The text was updated successfully, but these errors were encountered:
I am facing a problem where I am using
CPM.make
to add third party dependencies to my project and finally I am using packageProject to make it installable. However I am facing this issue where the third party target is not in any export set.This is the packageProject command :
I believe it is because the CMakeLists.txt of the third-party dependencies do not have a install / export command.
Can anyone help with this scenario ?
The text was updated successfully, but these errors were encountered: