nmake/jom: Only warn about bad VS environment if compiler not found.
nmake and jom generators no longer warn about missing INCLUDE/LIB environment variables unless the C/CXX compiler cannot be found. This is useful if the user does not want to use these generators with the Visual C++ compiler, or they do not want to enable any language.
Showing
- Source/cmGlobalGenerator.h 2 additions, 2 deletionsSource/cmGlobalGenerator.h
- Source/cmGlobalJOMMakefileGenerator.cxx 16 additions, 12 deletionsSource/cmGlobalJOMMakefileGenerator.cxx
- Source/cmGlobalJOMMakefileGenerator.h 3 additions, 0 deletionsSource/cmGlobalJOMMakefileGenerator.h
- Source/cmGlobalNMakeMakefileGenerator.cxx 16 additions, 12 deletionsSource/cmGlobalNMakeMakefileGenerator.cxx
- Source/cmGlobalNMakeMakefileGenerator.h 3 additions, 0 deletionsSource/cmGlobalNMakeMakefileGenerator.h
- Tests/RunCMake/CompilerNotFound/BadCompilerC-stderr-JOM.txt 17 additions, 0 deletionsTests/RunCMake/CompilerNotFound/BadCompilerC-stderr-JOM.txt
- Tests/RunCMake/CompilerNotFound/BadCompilerC-stderr-NMake.txt 17 additions, 0 deletions...s/RunCMake/CompilerNotFound/BadCompilerC-stderr-NMake.txt
- Tests/RunCMake/CompilerNotFound/BadCompilerCXX-stderr-JOM.txt 17 additions, 0 deletions...s/RunCMake/CompilerNotFound/BadCompilerCXX-stderr-JOM.txt
- Tests/RunCMake/CompilerNotFound/BadCompilerCXX-stderr-NMake.txt 17 additions, 0 deletions...RunCMake/CompilerNotFound/BadCompilerCXX-stderr-NMake.txt
- Tests/RunCMake/CompilerNotFound/BadCompilerCandCXX-stderr-JOM.txt 35 additions, 0 deletions...nCMake/CompilerNotFound/BadCompilerCandCXX-stderr-JOM.txt
- Tests/RunCMake/CompilerNotFound/BadCompilerCandCXX-stderr-NMake.txt 35 additions, 0 deletions...Make/CompilerNotFound/BadCompilerCandCXX-stderr-NMake.txt
- Tests/RunCMake/CompilerNotFound/RunCMakeTest.cmake 14 additions, 0 deletionsTests/RunCMake/CompilerNotFound/RunCMakeTest.cmake
Please register or sign in to comment