cmake: move find-modules to root cmake dir

This commit is contained in:
Alexandre Bouvier
2022-12-31 14:23:38 +01:00
committed by Feng Chen
parent f5a27784c6
commit 5c5b6d8e04
15 changed files with 0 additions and 10 deletions
-4
View File
@@ -5,10 +5,6 @@
# some of its variables, which is only possible in 3.13+
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeModules")
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/externals/find-modules")
include(DownloadExternals)
# xbyak
if ((ARCHITECTURE_x86 OR ARCHITECTURE_x86_64) AND NOT TARGET xbyak::xbyak)
add_subdirectory(xbyak EXCLUDE_FROM_ALL)