-
- Downloads
FindJsonCpp: Drop new module due to upstream jsoncpp providing package
Since jsoncpp 0.7.0 (2014-11-20) the upstream may provide a CMake
package configuration file such that find_package(jsoncpp) will find a
jsoncppConfig.cmake file. In order to avoid conflicting with this
(especially on case-insensitive filesystems), and since we always prefer
projects to provide package config files (that they maintain), it is
better to not provide FindJsonCpp publicly.
Move FindJsonCpp into a private source directory that is not installed
so that we can still use it for building CMake itself.
Reported-by:
Ryan Pavlik <ryan.pavlik@gmail.com>
Showing
- CMakeLists.txt 2 additions, 4 deletionsCMakeLists.txt
- Help/manual/cmake-modules.7.rst 0 additions, 1 deletionHelp/manual/cmake-modules.7.rst
- Help/module/FindJsonCpp.rst 0 additions, 1 deletionHelp/module/FindJsonCpp.rst
- Help/release/3.2.rst 0 additions, 3 deletionsHelp/release/3.2.rst
- Source/Modules/FindJsonCpp.cmake 1 addition, 1 deletionSource/Modules/FindJsonCpp.cmake
- Tests/FindJsonCpp/Test/CMakeLists.txt 3 additions, 0 deletionsTests/FindJsonCpp/Test/CMakeLists.txt
Loading
Please register or sign in to comment