Re: [CMake] Issues with FindBoost / ${Boost_LIBRARIES}

2012-02-01 Thread Rolf Eike Beer
Hi all, I have been trying to compile a very simple example with cmake (2.8.5) and boost, and I can't get what I am doing wrong... CMakeLists.txt -- cmake_minimum_required(VERSION 2.6) project(ReadGraph) find_package(Boost 1.46 COMPONENTS graph regex ) Maybe you

Re: [CMake] Issues with FindBoost / ${Boost_LIBRARIES}

2012-02-01 Thread Michael Wild
On 02/01/2012 09:33 AM, Arnaud Gelas wrote: Hi all, I have been trying to compile a very simple example with cmake (2.8.5) and boost, and I can't get what I am doing wrong... CMakeLists.txt -- cmake_minimum_required(VERSION 2.6) project(ReadGraph)

Re: [CMake] Issues with FindBoost / ${Boost_LIBRARIES}

2012-02-01 Thread Arnaud Gelas
On Wed, Feb 1, 2012 at 4:27 AM, Michael Wild them...@gmail.com wrote: On 02/01/2012 09:33 AM, Arnaud Gelas wrote: Hi all, I have been trying to compile a very simple example with cmake (2.8.5) and boost, and I can't get what I am doing wrong... CMakeLists.txt --