diff options
author | Brad King <brad.king@kitware.com> | 2023-01-23 15:34:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-23 15:34:37 (GMT) |
commit | f4d604f77f5837fc7671fddc26974c626dea8bea (patch) | |
tree | a150dddc35fcde86209ebbff6b6347263994fb4a /Source/cmGlobalGenerator.cxx | |
parent | adac7f3ca41ae38248f62ce48000390143762e99 (diff) | |
parent | faa950a155b1654e42c193c2016cdc69e9bb9c85 (diff) | |
download | CMake-f4d604f77f5837fc7671fddc26974c626dea8bea.zip CMake-f4d604f77f5837fc7671fddc26974c626dea8bea.tar.gz CMake-f4d604f77f5837fc7671fddc26974c626dea8bea.tar.bz2 |
Merge topic 'try_compile-verbose'
faa950a155 try_compile: Run native build tool with verbose output
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8095
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 5884823..4cfec22 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -2049,7 +2049,7 @@ int cmGlobalGenerator::TryCompile(int jobs, const std::string& srcdir, cmBuildOptions defaultBuildOptions(false, fast, PackageResolveMode::Disable); return this->Build(jobs, srcdir, bindir, projectName, newTarget, output, "", - config, defaultBuildOptions, false, + config, defaultBuildOptions, true, this->TryCompileTimeout); } |