Boost C++ Libraries: Ticket #1943: (minor) configuring with header-only libraries. https://svn.boost.org/trac10/ticket/1943 <p> if you disable all BUILD_* targets (no libs get built) you get </p> <p> -- Configuring done CMake Error: INSTALL(EXPORT) given unknown export "boost-targets" -- Generating done </p> <p> when rebuilding cache. You would do this if you are only testing header-only libraries. </p> <p> Workaround: turn BUILD_* on for one project that contains a built library. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1943 Trac 1.4.3 troy d. straszheim Fri, 20 Nov 2009 23:01:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1943#comment:1 https://svn.boost.org/trac10/ticket/1943#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> fixed with dummy target in 1.41.0 </p> Ticket