$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-08-14 13:21:28
On 08/14/2007 11:03 AM, Larry Evans wrote:
> On 08/14/2007 08:02 AM, Douglas Gregor wrote:
> [snip]
>> top-level CMakeLists.txt. But, I would recommend not starting there:
>> documentation for the CMake-based build system is on the Trac at
>>
>> http://svn.boost.org/trac/boost/wiki/CMake
>>
[snip]
> So, I edited the build/CMakeCache.txt:
>
> //CXX compiler.
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.1
>
> and the above command worked.
[snip]
In the build directory, there's an empty lib directory as well as a
non-empty libs directory. I assume the lib directory creation is a bug;
however, the wiki document:
http://svn.boost.org/trac/boost/wiki/CMakeConfigAndBuild
does say lib instead of libs. Also that document uses the term
"binary directory" to refer to the $(BOOST)/build directory. I'm
wondering if it would be more readable to just say "build directory"?