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.
Note:
See TracTickets
for help on using tickets.
fixed with dummy target in 1.41.0