I suspect a typo or directory permissions issue.<br><br>Try this.  Copy FindBoost.cmake from CMAKE_ROOT/share/cmake-2.6/Modules to /home/jvines/FindBoostHOORAY.cmake.  Then add the following :<br><br>set(CMAKE_MODULE_PATH /home/jvines)<br>
set(Boost_DEBUG ON)<br>find_package(BoostHOORAY)<br><br>you should see output like this:<br><br>-- [ /home/lowman/FindBoostHOORAY.cmake:323 ] Boost not in cache<br>-- [ /home/lowman/FindBoostHOORAY.cmake:326 ] _boost_TEST_VERSIONS = 1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33<br>
-- [ /home/lowman/FindBoostHOORAY.cmake:328 ] Boost_USE_MULTITHREADED = TRUE<br>-- [ /home/lowman/FindBoostHOORAY.cmake:330 ] Boost_USE_STATIC_LIBS = <br><br><br><br><div class="gmail_quote">On Tue, Mar 3, 2009 at 11:45 AM, John Vines (CISD/HPCD) <span dir="ltr">&lt;<a href="mailto:jvines@arl.army.mil">jvines@arl.army.mil</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Unfortunately this isn&#39;t working either:<br>
     1 SET(MY_MODULE_DIR &quot;/home/jvines/Devel/CMAKE_MODULES&quot;)<br>
     2 LIST(APPEND CMAKE_MODULE_PATH ${MY_MODULE_DIR})<br>
     3<br>
     4 message(&quot;${CMAKE_MODULE_PATH}&quot;)<br>
<br>
I am able to find my &quot;local&quot; cmake modules but cannot find the &quot;system&quot; cmake modules, in the cmake module directory.<br>
<br>
Leiter, Kenneth (Cont, ARL/CISD) wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Classification:  UNCLASSIFIED Caveats: NONE<br>
<br>
Hey,<br>
<br>
I think you may need to add some quotes (looking at some examples online)<br>
<br>
SET(CMAKE_MODULE_PATH  ${CMAKE_MODULE_PATH} &quot;${MY_MODULE_DIR}&quot;)<br>
<br>
- Ken<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:cmake-bounces@cmake.org" target="_blank">cmake-bounces@cmake.org</a> [mailto:<a href="mailto:cmake-bounces@cmake.org" target="_blank">cmake-bounces@cmake.org</a>] On Behalf Of<br>
John Vines (CISD/HPCD)<br>
Sent: Tuesday, March 03, 2009 11:24 AM<br>
To: <a href="mailto:cmake@cmake.org" target="_blank">cmake@cmake.org</a><br>
Subject: [CMake] CMAKE_MODULE_PATH<br>
<br>
All,<br>
    What is the correct syntax to add a module directory to the default<br>
module path?<br>
<br>
    I am trying to append my module directory to the default module path<br>
using this:<br>
    SET(MY_MODULE_DIR /home/jvines/Devel/CMAKE_MODULES)<br>
    SET(CMAKE_MODULE_PATH  ${CMAKE_MODULE_PATH} ${MY_MODULE_DIR})<br>
<br>
    It doesn&#39;t seem to be working.<br>
<br>
Thanks in advance,<br>
John<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at:<br>
<a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
Classification:  UNCLASSIFIED Caveats: NONE<br>
<br>
  <br>
</blockquote>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Philip Lowman<br>