[Boost-cmake] getting cmake errors

2010-03-22 Thread Nehme Bilal
Hello all ! I just spend a full day trying to get boost-cmake working without success. I tried two options as described here: http://sodium.resophonic.com/boost-cmake/current-docs/exported_targets.html I did a test project that looks like: - cm

[Boost-cmake] boost cmake and openmp

2010-03-22 Thread Daniel Oberhoff
Hi, First off: great job :) I am currently trying to enable openmp for my project using cmake and visual studio 9. compilation works like a charn, but the dll I produce is not usable. the problem is revealed in the manifest, where it states depdencies on both the regular and openmp visual

[Boost-cmake] boost cmake and visual studio

2010-03-22 Thread Nehme Bilal
Hello, I am trying to use boost-cmake with visual studio. My project looks like: I created a test project that looks like: Boost_cmake_test/ /boost /src /build /CMakeLists.txt /main.cpp My CMakeList: