Opened 14 years ago

Closed 13 years ago

#1943 closed Bugs (fixed)

(minor) configuring with header-only libraries.

Reported by: troy d. straszheim Owned by: Douglas Gregor
Milestone: To Be Determined Component: CMake
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

if you disable all BUILD_* targets (no libs get built) you get

-- Configuring done CMake Error: INSTALL(EXPORT) given unknown export "boost-targets" -- Generating done

when rebuilding cache. You would do this if you are only testing header-only libraries.

Workaround: turn BUILD_* on for one project that contains a built library.

Change History (1)

comment:1 by troy d. straszheim, 13 years ago

Resolution: fixed
Status: newclosed

fixed with dummy target in 1.41.0

Note: See TracTickets for help on using tickets.