mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
[cmake] Don't scan for CXX modules
Added a bunch of "Scanning ... for CXX dependencies" steps to the build. We don't use modules and probably won't for a very long time, so we don't need this. Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
48219f348c
commit
e43a32cf8d
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modul
|
||||||
|
|
||||||
set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm)
|
set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm)
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
set(CMAKE_CXX_SCAN_FOR_MODULES 0)
|
||||||
|
|
||||||
include(DetectPlatform)
|
include(DetectPlatform)
|
||||||
include(DetectArchitecture)
|
include(DetectArchitecture)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue