-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building with jsoncpp-1.7.2-1.fc24 #57
Comments
./kodi-pvr/pvr.filmon/FindJsonCpp.cmake |
to compile against jsoncpp-1.7.2-1.fc24 from Fedore proper kodi-pvr/pvr.argustv#57 and remove the previous hack on jsoncpp. - clean and retab spec file.
to compile against jsoncpp-1.7.2-1.fc24 from Fedore proper kodi-pvr/pvr.argustv#57 and remove the previous hack on jsoncpp. - clean and retab spec file.
ping |
This was recently brought up in the CMake issue tracker and it would seem that the problem stems from pkg-config automatically stripping out default system header search path (i.e. |
https://github.com/kodi-pvr/pvr.argustv/blob/master/FindJsonCpp.cmake#L3 doesn't work
rpm -ql jsoncpp-devel
we got new files
cat /usr/lib64/pkgconfig/jsoncpp.pc
using :
pkg_check_modules (JSONCPP json)
works, by I don't understand why it works , but pass the missing: JSONCPP_INCLUDE_DIRS
The text was updated successfully, but these errors were encountered: