$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Distributed Boost with CMake: proposal and volunteering
From: Domagoj Saric (dsaritz_at_[hidden])
Date: 2011-01-30 12:13:41
"Daniel Pfeifer" <daniel_at_[hidden]> wrote in message 
news:9258a13ec6727bac1f0dc8baa849fc35-EhVcX1dJTQZXRw0RBgwNVDBXdh9XVlpBXkJHHF5ZWC9fUkYLQVx+H1dWXjBeQ0wEXFpZQVlR-webmailer2_at_server04.webmailer.hosteurope.de...
A side note:
> * Precompiled headers (currently MSVC only).
Until CMake gets proper precompiled headers support you can easily add 
support for Xcode (Mac OS X) with:
   set(
        CMAKE_XCODE_ATTRIBUTE_GCC_PREFIX_HEADER
        "<path to header>"
        CACHE STRING "" FORCE
    )
   set(
        CMAKE_XCODE_ATTRIBUTE_GCC_PRECOMPILE_PREFIX_HEADER
        "YES"
        CACHE STRING "" FORCE
    )
;)
-- "What Huxley teaches is that in the age of advanced technology, spiritual devastation is more likely to come from an enemy with a smiling face than from one whose countenance exudes suspicion and hate." Neil Postman