mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
BUG: putenv syntax was wrong and caused a crash on the SGI
This commit is contained in:
@@ -101,8 +101,8 @@ static const cmDocumentationEntry cmDocumentationSeeAlso[] =
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
cmSystemTools::EnableMSVCDebugHook();
|
||||
cmSystemTools::PutEnv("DART_TEST_FROM_DART");
|
||||
cmSystemTools::PutEnv("DASHBOARD_TEST_FROM_CTEST");
|
||||
cmSystemTools::PutEnv("DART_TEST_FROM_DART=1");
|
||||
cmSystemTools::PutEnv("DASHBOARD_TEST_FROM_CTEST=1");
|
||||
int nocwd = 0;
|
||||
|
||||
if ( cmSystemTools::GetCurrentWorkingDirectory().size() == 0 )
|
||||
|
||||
Reference in New Issue
Block a user