#18309 closed enhancement (fixed)
cmake-3.27.0
| Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (6)
comment:1 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 3 years ago
follow-up: 4 comment:3 by , 3 years ago
I get:
-- Could NOT find JsonCpp: (Required is at least version "1.6.0") (found JsonCpp_LIBRARY-NOTFOUND) CMake Error at Source/Modules/CMakeBuildUtilities.cmake:310 (message): CMAKE_USE_SYSTEM_JSONCPP is ON but a JsonCpp is not found! Call Stack (most recent call first): CMakeLists.txt:437 (include)
despite we are using -no-system-jsoncpp.
comment:4 by , 3 years ago
Replying to Xi Ruoyao:
I get:
-- Could NOT find JsonCpp: (Required is at least version "1.6.0") (found JsonCpp_LIBRARY-NOTFOUND) CMake Error at Source/Modules/CMakeBuildUtilities.cmake:310 (message): CMAKE_USE_SYSTEM_JSONCPP is ON but a JsonCpp is not found! Call Stack (most recent call first): CMakeLists.txt:437 (include)despite we are using
--no-system-jsoncpp.
Alright, we need --no-system-cppdap alongside with --no-system-jsoncpp. Cppdap is a new dependency and using system cppdap will force to use system jsoncpp.
But this error message is completely puzzling.
comment:5 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commit 5699c638469327647a64f974211f704eb2f3bd12
Note:
See TracTickets
for help on using tickets.

Release notes are at https://cmake.org/cmake/help/latest/release/3.27.html