diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-02 17:58:03 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-02 17:58:03 (GMT) |
commit | a0700ba26c5e26bfc514121a14688731a3cd0445 (patch) | |
tree | fbf4d23b23fbc71c3e5243af6e3fbd22767b2fc3 /Source/cmGlobalVisualStudio10Generator.h | |
parent | 076ab5202a631ac7c8fd6bc84554834ddff57933 (diff) | |
download | CMake-a0700ba26c5e26bfc514121a14688731a3cd0445.zip CMake-a0700ba26c5e26bfc514121a14688731a3cd0445.tar.gz CMake-a0700ba26c5e26bfc514121a14688731a3cd0445.tar.bz2 |
VC Express doesn't support folders, ignore USE_FOLDER property
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index 4236563..060cdff 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -88,6 +88,9 @@ protected: std::string PlatformToolset; bool ExpressEdition; + + bool UseFolderProperty(); + private: struct LongestSourcePath { |