summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-11-29 23:01:32 -0500
committerameerj <52414509+ameerj@users.noreply.github.com>2022-11-29 23:01:32 -0500
commit51358d2b5e05b476c450402da1351855fb723135 (patch)
treeab202a0e1a61c98d148e17902cd33915b8dc5660 /src
parent37bc5118ea8f5891741faba8963ce9ae5f88e946 (diff)
CMake: Disable PCH on MSVC + Buildcache configs
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 25703e9d5..fc53e76b9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -152,10 +152,6 @@ else()
endif()
endif()
-if (YUZU_USE_PRECOMPILED_HEADERS)
- set(CMAKE_PCH_INSTANTIATE_TEMPLATES ON)
-endif()
-
add_subdirectory(common)
add_subdirectory(core)
add_subdirectory(audio_core)