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

2010-05-24 Thread Philip Lowman
I'm not sure what the problem is exactly, but I've seen that kind of error message before so I think it's just a configuration problem. What version of CMake are you running? On Sun, May 23, 2010 at 11:38 AM, Clark Gaebel cg.wowus...@gmail.comwrote: Yeah. Sorry, in my effort to remove the

[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

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 cg.wowus...@gmail.comwrote: 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