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 have stumbled upon this issue as well (using Arch armv7 / cmake 3.10) It seems its somehow related specifically to Arch as I was unable to reproduce the error with Ubuntu 16.04 x64 / cmake 3.5.1.
Investigating further i was able to pinpoint the problem find_package(JsonCpp REQUIRED)
fails to set the variable JSONCPP_INCLUDE_DIRS, but sets other variables(JSONCPP_FOUND, JSONCPP_LIBRARIES) correctly. I have no glue why it fails.
I was able to get it to compile by setting the variable manually in FindJsonCpp.cmake set(JSONCPP_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/build/build/depends/include/jsoncpp")
Still I am not satisfied with the hackish solution because I would like to provide a package in AUR.
So any ideas?
Tried building on Arch x64, there is no package for this addon so tried to build per the instructions on GH page.
Have the jsoncpp 1.7.7 installed which is found during "make"
And line later the error:
Would appreciate a lot any hints how to resolve and complete the build.
The text was updated successfully, but these errors were encountered: