Require C++11 support; fixes the Mac build
This commit is contained in:
@@ -54,6 +54,8 @@ if(WIN32)
|
|||||||
add_compile_definitions(_WINSOCK_DEPRECATED_NO_WARNINGS)
|
add_compile_definitions(_WINSOCK_DEPRECATED_NO_WARNINGS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
|
||||||
option(RELEASE "Release build" OFF)
|
option(RELEASE "Release build" OFF)
|
||||||
option(USB "USB support" OFF)
|
option(USB "USB support" OFF)
|
||||||
option(DYNAREC "Dynamic recompiler" ON)
|
option(DYNAREC "Dynamic recompiler" ON)
|
||||||
|
Reference in New Issue
Block a user