[CMake] depend.make

Nils Gladitz nilsgladitz at gmail.com
Wed Dec 11 10:08:28 EST 2013


On 11.12.2013 12:53, Lars wrote:
>
> Here is the source code used (which does not use the Boost library).
> #include <iostream>
> int main(int argc, char **argv)
> {
>   std::cout << "Hello world" << std::endl;
>
>   return 0;
> }
${Boost_INCLUDE_DIR}/boost/tr1/tr1 does seem to contain an "iostream" 
header which your #include <iostream> probably picks up.
Maybe that further includes the other boost headers?

Nils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131211/d34e89b0/attachment.htm>


More information about the CMake mailing list