mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
cmake: drop '-std=c++0x' compiler flag
This commit is contained in:
parent
afe1ae9b9c
commit
f82948f4b0
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ target_compile_definitions(monero-gui
|
|||
)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||
|
||||
if(X11_FOUND)
|
||||
target_link_libraries(monero-gui ${X11_LIBRARIES} pthread dl Xt xcb X11)
|
||||
|
|
Loading…
Reference in a new issue