BUG: cmake_symlink_library should return the accumulated result, not just 0.
This commit is contained in:
parent
aaf0ed39ca
commit
ffd8ca9cd9
|
@ -748,7 +748,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
|
||||||
result = 1;
|
result = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||||
|
|
Loading…
Reference in New Issue