mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Merge topic 'ctest-add_subdirectory-crash'
64821e8a ctest: fix add_subdirectory() crash
This commit is contained in:
@@ -176,7 +176,7 @@ bool cmCTestAddSubdirectoryCommand
|
||||
cmSystemTools::ChangeDirectory(cwd);
|
||||
std::string fname = cwd;
|
||||
fname += "/";
|
||||
fname += args[1];
|
||||
fname += args[0];
|
||||
|
||||
if ( !cmSystemTools::FileExists(fname.c_str()) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user