$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Brad King (brad.king_at_[hidden])
Date: 2007-05-10 12:25:23
Brook Milligan wrote:
> In this discussion of CMake there has been no mention of how it fares
> in a cross-compiling environment. Can it be configured to build
> libraries for another type of system using a compiler capable of
> generating code for the non-native platform?
Yes, CMake has been used for cross-compiling, and better support is on
the way. We currently have a developer working full-time on making
cross compiling a first-class feature.
-Brad