cmake: move find-modules to root cmake dir

This commit is contained in:
Alexandre Bouvier
2022-12-31 14:23:38 +01:00
parent 2b110d61e7
commit eceee8c3d9
15 changed files with 0 additions and 10 deletions

View File

@ -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