summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-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)