mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
cmake: Move include higher up in the file
This commit is contained in:
parent
ec84c26975
commit
8f355962ce
@ -78,6 +78,7 @@ list(APPEND CMAKE_MODULE_PATH
|
|||||||
|
|
||||||
# Support functions
|
# Support functions
|
||||||
include(CheckAndAddFlag)
|
include(CheckAndAddFlag)
|
||||||
|
include(CheckCCompilerFlag)
|
||||||
|
|
||||||
# Libraries to link
|
# Libraries to link
|
||||||
set(LIBS)
|
set(LIBS)
|
||||||
@ -161,7 +162,6 @@ else()
|
|||||||
add_definitions(-D_ARCH_32=1)
|
add_definitions(-D_ARCH_32=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(CheckCCompilerFlag)
|
|
||||||
if(ENABLE_GENERIC)
|
if(ENABLE_GENERIC)
|
||||||
message(STATUS "Warning! Building generic build!")
|
message(STATUS "Warning! Building generic build!")
|
||||||
set(_M_GENERIC 1)
|
set(_M_GENERIC 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user