mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-30 19:03:30 +00:00
Merge pull request #756 from Sonicadvance1/python_check
Adds python version check
This commit is contained in:
commit
fcf1c2572b
@ -103,6 +103,8 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
message(FATAL_ERROR "FEX doesn't support getting compiled with GCC!")
|
||||
endif()
|
||||
|
||||
find_package(Python 3.0 REQUIRED COMPONENTS Interpreter Development)
|
||||
|
||||
add_definitions(-Wno-trigraphs)
|
||||
add_definitions(-DGLOBAL_DATA_DIRECTORY="${DATA_DIRECTORY}/")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user