mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
VC Express doesn't support folders, ignore USE_FOLDER property
This commit is contained in:
@@ -278,3 +278,9 @@ void cmGlobalVisualStudio10Generator::PathTooLong(
|
||||
this->LongestSource.SourceRel = sfRel;
|
||||
}
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool cmGlobalVisualStudio10Generator::UseFolderProperty()
|
||||
{
|
||||
return IsExpressEdition() ? false : cmGlobalGenerator::UseFolderProperty();
|
||||
}
|
||||
|
||||
@@ -88,6 +88,9 @@ protected:
|
||||
|
||||
std::string PlatformToolset;
|
||||
bool ExpressEdition;
|
||||
|
||||
bool UseFolderProperty();
|
||||
|
||||
private:
|
||||
struct LongestSourcePath
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user