aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-01-02 13:45:36 -0500
committerGitHub <noreply@github.com>2023-01-02 13:45:36 -0500
commita7e610403df97203a2ab5c7eb53c7d11960b3d79 (patch)
treec17a3f5362f35d7ffbcc46c881f1b656e71db81b /src/yuzu
parent2b110d61e7723081b47417834085c6fa0ddfc3c6 (diff)
parenteceee8c3d930563e26841d556f9acb965eab67c8 (diff)
Merge pull request #9542 from abouvier/cmake-module-path
cmake: move find-modules to root cmake dir
Diffstat (limited to 'src/yuzu')
-rw-r--r--src/yuzu/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 4a7d35617..dfc675cc8 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -5,7 +5,6 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
# Set the RPATH for Qt Libraries
# This must be done before the `yuzu` target is created