On 11/23/2010 02:33 PM, Micha Renner wrote:
> Am Dienstag, den 23.11.2010, 14:01 +0100 schrieb tomas...@sbc.su.se:
>> Dear Cmake users,
>>
>> 1) I am trying to set CMAKE_INSTALL_PREFIX in the CMakeLists file with
>> SET(CMAKE_INSTALL_PREFIX, "my/path")
>                          ^
>                      No comma!
> 
> greetings
> Micha

And *NEVER EVER* set CMAKE_INSTALL_PREFIX in your CMakeLists.txt file.
That is a user-setting and you will make people angry at you if you
override their choice in your code.

Michael

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to