$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (dgregor_at_[hidden])
Date: 2007-05-12 12:43:35
> In January I moved a moderate-sized commercial project from Makefiles to
> CMake.
Thank you for the experience report. It's very valuable to us when
assessing our options for Boost.
> The real rough spots are documentation, and the lack of clear standard
> usage.
>
> CMake documentation is confusing. CMake has been a moving (improving)
> target
> during the past couple years. As a result, there seems to be a lot of
> conflicting documentation floating around.
Did you rely on the online documentation, or did you also buy the book,
"Mastering CMake"?
- Doug