id summary reporter owner description type status milestone component version severity resolution keywords cc 2189 install rules broken Maik Beckmann googlemail com> Douglas Gregor "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. " Bugs closed Boost 1.36.0 CMake Boost Release Branch Regression fixed