#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 , 21 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 21 months ago
follow-up: 4 comment:3 by , 21 months 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 , 21 months 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 , 21 months 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