I think on contrary, the value passed from command line wasn&#39;t saved into cache. You should do it manually in your CMakeLists.txt, like<div>set(Mylib_DIRĀ &quot;${Mylib_DIR}&quot; CACHE PATH &quot;Path to something&quot;)</div>
<div><br></div><div>But variables with _DIR suffix are usually set by find_package command, I&#39;m not sure about expected behavior in this case.<br><br><div class="gmail_quote">On Mon, Sep 10, 2012 at 2:40 PM, J Decker <span dir="ltr">&lt;<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@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">blow away cmakecache.txt and try again.<br>
That is probably cached if it&#39;s an option you can set in ccmake or cmake-gui<br>
<div><div class="h5"><br>
On Mon, Sep 10, 2012 at 3:08 AM, Witold E Wolski &lt;<a href="mailto:wewolski@gmail.com">wewolski@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; When calling ccmake I can configure a variable Mylib_DIR (library location)/<br>
&gt;<br>
&gt; However, I would like to run the configuration and build process in bash<br>
&gt; script (its an out of source build). Therefore I am trying to configure<br>
&gt; everything on the command line using the -D switch:<br>
&gt;<br>
&gt; cmake -G &quot;Eclipse CDT4 - Unix Makefiles&quot;<br>
&gt; -DMylib_DIR=/home/witold/prog/OpenMS/gitsvn ../mapdiv<br>
&gt;<br>
&gt; However, when starting ccmake the Mylib_DIR is still set to some default<br>
&gt; other default variable.<br>
&gt;<br>
&gt; cheers<br>
&gt; Wolski<br>
&gt;<br>
&gt;<br>
</div></div>&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><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 <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></div>