mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: Need to compute the correct versioned name for executables on cygwin. This addresses bug#5238.
This commit is contained in:
@@ -159,7 +159,8 @@ protected:
|
||||
bool HandleRelativePathCommand(std::vector<std::string> const& args);
|
||||
bool HandleCMakePathCommand(std::vector<std::string> const& args,
|
||||
bool nativePath);
|
||||
void ComputeVersionedName(std::string& name, const char* version);
|
||||
void ComputeVersionedLibName(std::string& name, const char* version);
|
||||
void ComputeVersionedExeName(std::string& name, const char* version);
|
||||
|
||||
// FILE(INSTALL ...) related functions
|
||||
bool HandleInstallCommand(std::vector<std::string> const& args);
|
||||
|
||||
Reference in New Issue
Block a user