diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-01 15:48:46 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-01 15:48:46 -0500 |
commit | 86cebea79a1934bbd03f08dba884a965b7ae3b5d (patch) | |
tree | f547bb2c7fcbb981e908271db6811e45eb6015bd /Source/cmEnableTestingCommand.cxx | |
parent | 6cd36d16e518822fd95e7d044cfe265bddf3bb07 (diff) | |
download | cmake-86cebea79a1934bbd03f08dba884a965b7ae3b5d.tar.gz |
ENH: More ctest changes and move SetupTest to superclass
Diffstat (limited to 'Source/cmEnableTestingCommand.cxx')
-rw-r--r-- | Source/cmEnableTestingCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEnableTestingCommand.cxx b/Source/cmEnableTestingCommand.cxx index 9a97083c1b..fe113c6912 100644 --- a/Source/cmEnableTestingCommand.cxx +++ b/Source/cmEnableTestingCommand.cxx @@ -37,7 +37,7 @@ void cmEnableTestingCommand::CreateDartTestfileForMakefile(cmMakefile *mf) std::string fname; fname = mf->GetStartOutputDirectory(); fname += "/"; - if ( m_Makefile->IsOn("DART_ROOT") ) + if ( m_Makefile->IsSet("DART_ROOT") ) { fname += "DartTestfile.txt"; } |