소스 검색

ENH: Clarified recursive TRY_COMPILE error message.

Brad King 22 년 전
부모
커밋
1e03fe75bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/cmTryCompileCommand.cxx

+ 1 - 1
Source/cmTryCompileCommand.cxx

@@ -118,7 +118,7 @@ int cmTryCompileCommand::CoreTryCompileCode(
   // do not allow recursive try Compiles
   if (!strcmp(binaryDirectory,mf->GetHomeOutputDirectory()))
     {
-    cmSystemTools::Error("Attempt at a recursive or nested TRY_COMPILE", 
+    cmSystemTools::Error("Attempt at a recursive or nested TRY_COMPILE in directory ",
                          binaryDirectory);
     return -1;
     }