On 20.06.08 19:30:45, Chirag Dekate wrote:
> project (hpx)
>
> find_package(Boost 1.35.0 REQUIRED)
[...]
> add_library (hpx STATIC ${hpxlib_SOURCES} ${hpxlib_HEADERS}
> ${Boost_LIBRARIES})
Did you try printing out the value of Boost_LIBRARIES? It should be
empty, because you're not telling FindBoost.cmake which boost libraries
you want to link to. Check out the documentation in FindBoost.cmake, it
tells you how to name the libraries.
Andreas
--
Don't kiss an elephant on the lips today.
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake