mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
use lower case and not short path for uniq paths on window
This commit is contained in:
@@ -169,6 +169,13 @@ protected:
|
||||
return std::string(s) + std::string(s2);
|
||||
}
|
||||
|
||||
///! if the OS is case insensitive then return a lower case of the path.
|
||||
virtual std::string LowerCasePath(const char* path)
|
||||
{
|
||||
return std::string(path);
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
std::string m_ExecutableOutputPath;
|
||||
std::string m_LibraryOutputPath;
|
||||
|
||||
Reference in New Issue
Block a user