mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 18:45:20 +00:00
40d5627510
During first run of cmake the toolchain file will be loaded twice, - /usr/share/cmake-3.23/Modules/CMakeDetermineSystem.cmake - /bld/CMakeFiles/3.23.2/CMakeSystem.cmake But once you already have non-empty cmake cache it will be loaded only once: - /bld/CMakeFiles/3.23.2/CMakeSystem.cmake This has no harm except for double load of toolchain will add --gcc-toolchain multiple times that will not allow ccache to reuse the cache. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
darwin | ||
freebsd | ||
linux | ||
toolchain | ||
add_check.cmake | ||
add_warning.cmake | ||
arch.cmake | ||
autogenerated_versions.txt | ||
ccache.cmake | ||
check_flags.cmake | ||
clang_tidy.cmake | ||
cpu_features.cmake | ||
cxx.cmake | ||
dbms_glob_sources.cmake | ||
embed_binary.cmake | ||
fuzzer.cmake | ||
git_status.cmake | ||
limit_jobs.cmake | ||
print_flags.cmake | ||
sanitize_target_link_libraries.cmake | ||
sanitize.cmake | ||
split_debug_symbols.cmake | ||
target.cmake | ||
tools.cmake | ||
unwind.cmake | ||
version.cmake | ||
warnings.cmake |