<p dir="ltr">Thanks for the clarification.</p>
<br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 14, 2015, 16:23 Attila Krasznahorkay <<a href="mailto:attila.krasznahorkay@gmail.com">attila.krasznahorkay@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Just to clarify: CMAKE_INSTALL_PREFIX is the variable that sets where the project will be installed. CMAKE_PREFIX_PATH is used (amongst other things) to find external projects during the configuration.<br>
<br>
Cheers,<br>
             Attila<br>
<br>
> On 13 Dec 2015, at 21:20, Owen Hogarth II <<a href="mailto:gurenchan@gmail.com" target="_blank">gurenchan@gmail.com</a>> wrote:<br>
><br>
> wow, that's excellent cmake -LAH lead me to the variable that I was looking for.<br>
><br>
> Thank you very much Roger!<br>
><br>
> On Mon, Dec 14, 2015 at 3:56 AM, Roger Leigh <<a href="mailto:rleigh@codelibre.net" target="_blank">rleigh@codelibre.net</a>> wrote:<br>
> On 13/12/2015 19:44, Owen Hogarth II wrote:<br>
> If you have a cmake project, what's the way to see what type of<br>
> configuration options are available?<br>
><br>
> For example I know that I can pass -DCMAKE_PREFIX_PATH the set where the<br>
> project will be installed.<br>
><br>
> Sometimes project creators add other things, such as building static or<br>
> share libraries, SSE, NEON or other flags like those.<br>
><br>
> Is there a way to have cmake show all of those that the current project<br>
> has exposed?<br>
><br>
> cmake -L[A][H] .<br>
><br>
> Lists the cache variables to set, optionally including advanced options and help text.<br>
><br>
> See "List non-advanced cached variables" in <a href="https://cmake.org/cmake/help/v3.4/manual/cmake.1.html" rel="noreferrer" target="_blank">https://cmake.org/cmake/help/v3.4/manual/cmake.1.html</a><br>
><br>
> These are also shown with cmake-gui, which lists them in the user interface.<br>
><br>
><br>
> Regards,<br>
> Roger<br>
> --<br>
><br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
><br>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
><br>
> CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
> CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
> CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br>
><br>
> --<br>
><br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
><br>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
><br>
> CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
> CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
> CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br>
<br>
</blockquote></div>