mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
ENH: try to see if there is still a problem
This commit is contained in:
@@ -1011,7 +1011,7 @@ int main()
|
||||
}
|
||||
else
|
||||
{
|
||||
cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths.");
|
||||
cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths.");
|
||||
}
|
||||
// next run with shouldPass = true, this will
|
||||
// run with B/libA.a removed and should create the order
|
||||
|
||||
@@ -1011,7 +1011,7 @@ int main()
|
||||
}
|
||||
else
|
||||
{
|
||||
cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths.");
|
||||
cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths.");
|
||||
}
|
||||
// next run with shouldPass = true, this will
|
||||
// run with B/libA.a removed and should create the order
|
||||
|
||||
@@ -1011,7 +1011,7 @@ int main()
|
||||
}
|
||||
else
|
||||
{
|
||||
cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths.");
|
||||
cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths.");
|
||||
}
|
||||
// next run with shouldPass = true, this will
|
||||
// run with B/libA.a removed and should create the order
|
||||
|
||||
Reference in New Issue
Block a user