Am 18.03.2011 18:51, schrieb David Cole:
> On Fri, Mar 18, 2011 at 1:15 PM, Oliver Buchtala <oliver.bucht...@jku.at> 
> wrote:
>> Hello,
>>
>> I have problems using the project folder feature described in the
>> documentation for CMake 2.8.4
>> (http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_global:USE_FOLDERS)
>>
>> The very first command in my configuration is
>>    set(GLOBAL PROPERTY USE_FOLDERS ON)
> Typo... you mean:
> set_property(GLOBAL PROPERTY USE_FOLDERS ON)
>
> (You're setting a CMake variable named "GLOBAL" there, not a global 
> property...)
>
>
> Cheers,
> David
>
Hi David,

that's it!

Thanks,
Oliver

_______________________________________________
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