Closed
Description
The jsoncpp package normally provides the a cmake configuration file jsoncppConfig.cmake
(open-source-parsers/jsoncpp#927) which allows to find the include and library files in a CMake project.
Unfortunately this is missing when installing the conda package. Normally we could find that file in $CONDA_PREFIX/lib/cmake/
, but it is not the case. We can find it when installing libsjoncpp-dev
using apt
, at the location /usr/lib/x86_64-linux-gnu/cmake/jsoncpp
on Ubuntu.
Metadata
Metadata
Assignees
Labels
No labels