mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
BUG: Fix jump-over-and-build for missing libraries when the relative path to the library is different between the source and destination of the jump.
This commit is contained in:
@@ -192,13 +192,11 @@ protected:
|
||||
virtual void OutputBuildTargetInDirWindows(std::ostream& fout,
|
||||
const char* path,
|
||||
const char* library,
|
||||
const char* fullpath,
|
||||
const char* outputPath);
|
||||
const char* fullpath);
|
||||
virtual void OutputBuildTargetInDir(std::ostream& fout,
|
||||
const char* path,
|
||||
const char* library,
|
||||
const char* fullpath,
|
||||
const char* outputPath);
|
||||
const char* fullpath);
|
||||
///! return true if the two paths are the same
|
||||
virtual bool SamePath(const char* path1, const char* path2);
|
||||
virtual std::string GetOutputExtension(const char* sourceExtension);
|
||||
|
||||
Reference in New Issue
Block a user