Re: [CMake] Trying to link my project with Boost.Thread using CMake

2010-05-23 Thread Philip Lowman
On Sun, May 23, 2010 at 10:31 AM, Clark Gaebel wrote: > When I link Boost.Thread to my boost_test executable, it gives me > > make[2]: *** No rule to make target `/usr/lib64/libboost_thread-mt.so', > needed by `gogo/test/test_boost'. Stop. > > when I make it. Here's the offending CMake code, wh

[CMake] Trying to link my project with Boost.Thread using CMake

2010-05-23 Thread Clark Gaebel
When I link Boost.Thread to my boost_test executable, it gives me |make[2]: *** No rule to make target `/usr/lib64/libboost_thread-mt.so', needed by `gogo/test/test_boost'. Stop. | when I |make| it. Here's the offending CMake code, what am I doing wrong? |add_executable(boost_test boost_test.c

[CMake] QT_DEFINITIONS

2010-05-23 Thread Michael Hertling
Dear CMake community, after having taken a look into FindQt4.cmake, UseQt4.cmake and Qt4ConfigDependentSettings.cmake, I wonder how the QT_DEFINITIONS variable gets populated. As far as I can see, this variable remains empty, perhaps except for -DQT_DLL on Windows; in particular, it does not recei

Re: [CMake] Xcode generator linker flags

2010-05-23 Thread Michael Wild
On Wed, Apr 14, 2010 at 10:42 AM, Michael Wild wrote: > > On 14. Jan, 2010, at 16:46 , Michael Wild wrote: > > > > > On 14. Jan, 2010, at 16:18 , Michael Wild wrote: > > > >> Hi all > >> > >> I think that the Xcode generate is buggy as the linker flags are not > inherited from the compile flags a