Subject: [Boost-bugs] [Boost C++ Libraries] #2189: install rules broken
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-08-12 17:13:55
#2189: install rules broken
---------------------------------------------------------------------+------
Reporter: Maik Beckmann <Beckmann.Maik <at> googlemail <dot> com> | Owner: dgregor
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: CMake
Version: Boost Release Branch | Severity: Regression
Keywords: |
---------------------------------------------------------------------+------
tools/build/CMake/BoostCore.cmake contains
{{{
...
# Install this module's headers
install(DIRECTORY include/boost
DESTINATION ${BOOST_HEADER_DIR}
COMPONENT ${libname}_headers
PATTERN "CVS" EXCLUDE
PATTERN ".svn" EXCLUDE)
...
}}}
This leads to something like
{{{
CMake Error at libs/fusion/cmake_install.cmake:36 (FILE):
file INSTALL cannot find file
"/home/maik/workspace/boost-cmake/libs/fusion/include/boost" to install
}}}
since the libs/$COMPONENT/include dirs have been removed from svn.
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2189> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC