I&#39;m not sure what the problem is exactly, but I&#39;ve seen that kind of error message before so I think it&#39;s just a configuration problem.  What version of CMake are you running?<br><br><div class="gmail_quote">On Sun, May 23, 2010 at 11:38 AM, Clark Gaebel <span dir="ltr">&lt;<a href="http://cg.wowus.cg">cg.wowus.cg</a>@<a href="http://gmail.com">gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Yeah. Sorry, in my effort to remove the extra cruft I messed that up.<br>
Just image they&#39;re matching :)<br>
<div class="im"><br>
On 05/23/10 11:36, Philip Lowman wrote:<br>
&gt; On Sun, May 23, 2010 at 10:31 AM, Clark Gaebel &lt;<a href="http://cg.wowus.cg" target="_blank">cg.wowus.cg</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt;  When I link Boost.Thread to my boost_test executable, it gives me<br>
&gt;&gt;<br>
&gt;&gt; make[2]: *** No rule to make target `/usr/lib64/libboost_thread-mt.so&#39;, needed by `gogo/test/test_boost&#39;.  Stop.<br>
&gt;&gt;<br>
&gt;&gt; when I make it. Here&#39;s the offending CMake code, what am I doing wrong?<br>
&gt;&gt;<br>
</div>&gt;&gt; add_executable(test_boost test_boost.cpp)<br>
&gt;&gt; add_test(test_boost test_boost)<br>
<div class="im">&gt;&gt; # Boost auto-links for MSVC, so we exclude it.if(CMAKE_COMPILER_IS_GNUCXX)<br>
&gt;&gt;     target_link_libraries(test_boost #LINK_INTERFACE_LIBRARIES<br>
&gt;&gt;         ${Boost_THREAD_LIBRARY}<br>
&gt;&gt;     )<br>
&gt;&gt; endif()<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Don&#39;t you want:<br>
&gt; target_link_libraries(boost_test ${Boost_THREAD_LIBRARY})<br>
&gt; instead of &quot;test_boost&quot;?<br>
&gt;<br>
&gt;<br>
<br>
--<br>
</div>Regards,<br>
<font color="#888888">-Clark<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Philip Lowman<br>