mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-29 01:58:53 +01:00
Added -std=c++11 to the C++ make flags.
This commit is contained in:
parent
1226599489
commit
4107cd50e0
@ -213,6 +213,6 @@ if(MSVC)
|
||||
|
||||
set_target_properties(retrofe PROPERTIES LINK_FLAGS "/SUBSYSTEM:WINDOWS")
|
||||
else()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user