diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-11-29 23:01:32 -0500 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-11-29 23:01:32 -0500 |
| commit | 51358d2b5e05b476c450402da1351855fb723135 (patch) | |
| tree | ab202a0e1a61c98d148e17902cd33915b8dc5660 /src/CMakeLists.txt | |
| parent | 37bc5118ea8f5891741faba8963ce9ae5f88e946 (diff) | |
CMake: Disable PCH on MSVC + Buildcache configs
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
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) |
