[CMake] Building boost app on Mac OS

Philip Lowman philip at yhbt.com
Tue Jan 20 23:14:29 EST 2009


On Tue, Jan 20, 2009 at 2:11 PM, kafou nmento <ngondorolf at yahoo.fr> wrote:

> Hi all!
> I am on Mac OS and I want to build a boost app with CMake. I did the same
> on windows and it works fine.
> But it doesn't work on Mac OS.


To help us troubleshoot this and confirm that the issue hasn't already been
resolved, please:

1. Download the latest FindBoost.cmake from CVS
http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Modules/FindBoost.cmake?root=CMake

2. In your CMakeLists.txt prior to where you call find_package:

    SET(Boost_DEBUG TRUE)
    SET(CMAKE_MODULE_PATH /path/to/dir/with/newer/findboost)

3.  If the new module fails to work properly please reply with:
   a.) The output from your CMake configure
   b.) Your libboost filenames you're trying to link against


-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090120/2c4b9d76/attachment.htm>


More information about the CMake mailing list