[CMake] Express Edition
David Cole
david.cole at kitware.com
Mon May 16 17:42:27 EDT 2011
There is no quick & clean way to detect the various Express Editions of
Visual Studio.
That's why we have code like this in the source tree for CMake itself:
# Provide a way for Visual Studio Express users to turn OFF the new FOLDER
# organization feature. Default to ON for non-Express users. Express users
must
# explicitly turn off this option to build CMake in the Express IDE...
#
OPTION(CMAKE_USE_FOLDERS "Enable folder grouping of projects in IDEs." ON)
MARK_AS_ADVANCED(CMAKE_USE_FOLDERS)
HTH,
David
On Sat, May 7, 2011 at 7:37 AM, QbProg <tholag at gmail.com> wrote:
> Hello there,
> is there a quick & clean way to detect if we are using a Visual C++
> express edition with the MSVC generator?
> A variable of something like that.
> I would like to exclude solution folders in that case.
>
> Thank you,
> Qb
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110516/033f9645/attachment.htm>
More information about the CMake
mailing list