Unable to use spix because cmake can't find anyrpc #80
Thenujan-0
started this conversation in
General
Replies: 1 comment 3 replies
-
Spix comes with its own "FindAnyRPC.cmake" in Not sure what might be going wrong. Maybe try setting it to an absolute path and see if that'd fix it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running manjaro kde
I have installed anyrpc using the commands provided in the readme
And then installed spix using the commands given in the readme as well but i'm unable to use spix in my project
I have added
find_package(Spix REQUIRED)
in CMakeFiles.txt in the root directory of my projectBut i get the following error when i configure my project using cmake
Error makes sense as anyrpc did not install a AnyRpcConfig.cmake file. So how do i fix it?
Beta Was this translation helpful? Give feedback.
All reactions