Imported Upstream version 3.20.3 upstream/3.20.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 8 Oct 2021 00:20:50 +0000 (09:20 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 8 Oct 2021 00:20:50 +0000 (09:20 +0900)
commitc3f4700e938ebc2440ea36c1b9bb69cd4dfe4062
tree72ff9a4d28039d39bee7d9c79c1bd6bad5dabda7
parent4109a3583f8051b5c32f09af58eb6b6bef7fad15
Imported Upstream version 3.20.3
49 files changed:
Help/guide/ide-integration/index.rst
Modules/CMakeDetermineCUDACompiler.cmake
Modules/CMakeFindBinUtils.cmake
Modules/Compiler/GNU-CXX.cmake
Modules/Compiler/NVHPC-C.cmake
Modules/Compiler/NVHPC-CXX.cmake
Modules/ExternalProject-gitupdate.cmake.in
Modules/ExternalProject.cmake
Modules/FindBoost.cmake
Modules/FindCUDA.cmake
Modules/FindCUDAToolkit.cmake
Source/CMakeVersion.cmake
Source/cmCommandLineArgument.h
Source/cmInstallSubdirectoryGenerator.cxx
Source/cmInstallSubdirectoryGenerator.h
Source/cmLocalGenerator.cxx
Source/cmLocalNinjaGenerator.cxx
Source/cmLocalNinjaGenerator.h
Source/cmMakefile.cxx
Source/cmNinjaNormalTargetGenerator.cxx
Source/cmNinjaTargetGenerator.cxx
Source/cmNinjaTargetGenerator.h
Source/cmNinjaUtilityTargetGenerator.cxx
Source/cmScanDepFormat.cxx
Source/cmakemain.cxx
Tests/RunCMake/CommandLine/RunCMakeTest.cmake
Tests/RunCMake/CommandLine/build-invalid-target-syntax-result.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-invalid-target-syntax-stderr.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-unknown-command-long-result.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-unknown-command-long-stderr.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-unknown-command-partial-match-result.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-unknown-command-partial-match-stderr.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-unknown-command-short-result.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/build-unknown-command-short-stderr.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/install-unknown-command-long-result.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/install-unknown-command-long-stderr.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/install-unknown-command-short-result.txt [new file with mode: 0644]
Tests/RunCMake/CommandLine/install-unknown-command-short-stderr.txt [new file with mode: 0644]
Tests/RunCMake/ExternalProject/FetchGitRefs.cmake [moved from Tests/RunCMake/ExternalProject/FetchGitTags.cmake with 73% similarity]
Tests/RunCMake/ExternalProject/FetchGitRefs/CMakeLists.txt [moved from Tests/RunCMake/ExternalProject/FetchGitTags/CMakeLists.txt with 100% similarity]
Tests/RunCMake/ExternalProject/RunCMakeTest.cmake
Tests/RunCMake/NinjaMultiConfig/LongCommandLine-release-config-build-stdout.txt [new file with mode: 0644]
Tests/RunCMake/NinjaMultiConfig/LongCommandLine.cmake
Tests/RunCMake/NinjaMultiConfig/RunCMakeTest.cmake
Tests/RunCMake/add_subdirectory/CMP0082-ExcludeFromAll/CMakeLists.txt
Tests/RunCMake/add_subdirectory/CMP0082-NEW.cmake
Tests/RunCMake/add_subdirectory/CMP0082-OLD.cmake
Tests/RunCMake/add_subdirectory/CMP0082-WARN.cmake
Utilities/Sphinx/conf.py.in