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 use RJ as a dependency provided by CPM.cmake. It is now mostly portable and "standard" way of managing dependencies.
After packaging I am left with useless myprefix-dev.deb and myprefix-doc.deb packages from RJ.
If I do some hacks (like replacing install()) I get link error: -lRapidJSON not found (you're probably forgot to specify paths for the BUILD_INTERFACE).
Could you make option, for example RAPIDJSON_INSTALLATION OFF to prevent RJ from being installed?
The text was updated successfully, but these errors were encountered:
I use RJ as a dependency provided by CPM.cmake. It is now mostly portable and "standard" way of managing dependencies.
After packaging I am left with useless
myprefix-dev.deb
andmyprefix-doc.deb
packages from RJ.If I do some hacks (like replacing
install()
) I get link error:-lRapidJSON not found
(you're probably forgot to specify paths for the BUILD_INTERFACE).Could you make option, for example
RAPIDJSON_INSTALLATION OFF
to prevent RJ from being installed?The text was updated successfully, but these errors were encountered: