mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
use lower case and not short path for uniq paths on window
This commit is contained in:
@@ -90,7 +90,7 @@ protected:
|
||||
virtual std::string ConvertToOutputPath(const char* s);
|
||||
|
||||
virtual std::string CreateMakeVariable(const char* s, const char* s2);
|
||||
|
||||
virtual std::string LowerCasePath(const char* path);
|
||||
private:
|
||||
std::string m_LibraryPathOption;// option to specifiy a link path -LIBPATH
|
||||
std::string m_LibraryLinkOption; // option to specify a library (like -l, empty for nmake)
|
||||
|
||||
Reference in New Issue
Block a user