diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cb05a461..2cee30a28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.10) project(telegram-desktop) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cotire/CMake;${PROJECT_SOURCE_DIR}/modules/") diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 7afbd668b..65c56b647 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -641,14 +641,6 @@ if(NOT WIN32) set_flag_if_supported(Telegram WNCE -Wno-c++1z-extensions) endif() -# Enable C++17 support for msvc (@todo this should be done in cmake - see ver 3.10 or above) -if(WIN32) - target_compile_options(Telegram PRIVATE - /std:c++latest - /EHsc # Catch C++ exceptions only, extern C functions never throw a C++ exception. - ) -endif() - target_compile_definitions(Telegram PRIVATE ${FFMPEG_DEFINITIONS}) target_link_libraries(Telegram