From eceee8c3d930563e26841d556f9acb965eab67c8 Mon Sep 17 00:00:00 2001 From: Alexandre Bouvier Date: Sat, 31 Dec 2022 14:23:38 +0100 Subject: cmake: move find-modules to root cmake dir --- src/yuzu_cmd/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/yuzu_cmd/CMakeLists.txt') diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 61b6cc4e0..46eddf423 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -1,8 +1,6 @@ # SPDX-FileCopyrightText: 2018 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules) - # Credits to Samantas5855 and others for this function. function(create_resource file output filename) # Read hex data from file -- cgit v1.2.3