Partially reverts "CMake improvements: ccache, bundled Qt, MoltenVK, LTO, and Linux deps"
All checks were successful
eden-license / license-header (pull_request) Successful in 22s

* breaks build on android

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
This commit is contained in:
Caio Oliveira 2025-09-29 23:22:25 -03:00
parent 815d85677a
commit 7a58fec4b0
Signed by: DraVee
GPG key ID: 362DA3DC1901E080

View file

@ -178,7 +178,7 @@ cmake_dependent_option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF
option(YUZU_TESTS "Compile tests" "${BUILD_TESTING}")
option(YUZU_USE_PRECOMPILED_HEADERS "Use precompiled headers" OFF)
option(YUZU_USE_PRECOMPILED_HEADERS "Use precompiled headers" ${EXT_DEFAULT})
if (YUZU_USE_PRECOMPILED_HEADERS)
message(STATUS "Using Precompiled Headers.")
set(CMAKE_PCH_INSTANTIATE_TEMPLATES ON)