remove c99 and c++11 restrictions

This commit is contained in:
Philippe Teuwen
2020-04-19 22:55:28 +02:00
parent 8b5fd56bc3
commit fbe4e20326
20 changed files with 28 additions and 30 deletions

View File

@@ -12,8 +12,6 @@ if(CMAKE_VERSION VERSION_LESS "3.7.0")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
endif()
set(CMAKE_CXX_STANDARD 14)
if(APPLE AND EXISTS /usr/local/opt/qt5)
# Homebrew installs Qt5 (up to at least 5.11.0) in
# /usr/local/qt5. Ensure that it can be found by CMake