Revert "cmake build: Allow use of '--std=c++17' for gnu compiler"

This reverts commit a906676c89.
This commit is contained in:
Kornel Benko 2020-10-22 12:04:41 +02:00
parent 3adc1b8d6e
commit d3c16d0496

View File

@ -54,7 +54,6 @@ else()
endif()
else()
set(CXX11_FLAG_CANDIDATES
"--std=c++17"
"--std=c++14"
"--std=c++11"
"--std=gnu++11"