Opened 21 months ago

Closed 21 months ago

Last modified 20 months ago

#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 Bruce Dubbs, 21 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Xi Ruoyao, 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.

in reply to:  3 comment:4 by Xi Ruoyao, 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 Bruce Dubbs, 21 months ago

Resolution: fixed
Status: assignedclosed

comment:6 by Bruce Dubbs, 20 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.