Opened 9 years ago

Closed 9 years ago

#6239 closed enhancement (fixed)

cmake-3.2.1

Reported by: bdubbs@… Owned by: Pierre Labastie
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by Pierre Labastie, 9 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned
Summary: cmake-3.2.0cmake-3.2.1
Last edited 9 years ago by Pierre Labastie (previous) (diff)

comment:2 by Pierre Labastie, 9 years ago

bootstrap fails with:

-- Could NOT find JsonCpp (missing:  JsonCpp_LIBRARY JsonCpp_INCLUDE_DIR) 
CMake Error at CMakeLists.txt:391 (message):
  CMAKE_USE_SYSTEM_JSONCPP is ON but a JsonCpp is not found!
Call Stack (most recent call first):
  CMakeLists.txt:525 (CMAKE_BUILD_UTILITIES)

We do not have JSON-C++ in the book, and furthermore, it requires cmake for building. Adding:

--no-system-jsoncpp

allows to build. Note that an internal version of jsoncpp is then used.

Last edited 9 years ago by Pierre Labastie (previous) (diff)

comment:3 by Pierre Labastie, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r15634

Note: See TracTickets for help on using tickets.