Bug report #14982
QJSON cmake files not provided in master source
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Unknown | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | ubuntu | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22931 |
Description
In trying to configure the latest master I get:
CMake Warning at CMakeLists.txt:316 (FIND_PACKAGE):
By not providing "FindQJSON.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "QJSON", but
CMake did not find one.
Could not find a package configuration file provided by "QJSON" with any of
the following names:
QJSONConfig.cmake
qjson-config.cmake
Add the installation prefix of "QJSON" to CMAKE_PREFIX_PATH or set
"QJSON_DIR" to a directory containing one of the above files. If "QJSON"
provides a separate development package or SDK, be sure it has been
installed.
Associated revisions
add qjson to INSTALL (fixes #14982)
History
#1 Updated by Jürgen Fischer over 8 years ago
install libqjson-dev
#2 Updated by Gavin Fleming over 8 years ago
thanks Jurgen, please add that to the apt-get install lists in http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html
#3 Updated by Jürgen Fischer over 8 years ago
- Status changed from Open to Closed
Fixed in changeset a033e81addde539b361e4c66bc49fa4ff0131273.
#4 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown