mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 11:00:55 +00:00
Precompiled headers are fine with ccache in 2025
This commit is contained in:
parent
f7c015d5dd
commit
dda54c1154
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ fi
|
|||
|
||||
if [ -n "$USE_CCACHE" ]; then
|
||||
if [ -n "$NMAKE" ] || [ -n "$NINJA" ]; then
|
||||
add_cmake_opts "-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DPRECOMPILE_HEADERS_WITH_MSVC=OFF"
|
||||
add_cmake_opts "-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
|
||||
else
|
||||
echo "Ignoring -C (CCache) as it is incompatible with Visual Studio CMake generators"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue