mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-21 03:45:53 +01:00
cmake: drop '-std=c++0x' compiler flag
This commit is contained in:
parent
afe1ae9b9c
commit
f82948f4b0
@ -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 New Issue
Block a user