mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use precompiled header from cmake 3.16.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_policy(SET CMP0076 NEW)
|
||||
cmake_policy(SET CMP0091 NEW)
|
||||
|
||||
@@ -12,7 +12,7 @@ project(Telegram
|
||||
)
|
||||
|
||||
include(cmake/paths.cmake)
|
||||
include(cmake/force_include.cmake)
|
||||
include(cmake/options.cmake)
|
||||
include(cmake/init_target.cmake)
|
||||
include(cmake/generate_target.cmake)
|
||||
include(cmake/nice_target_sources.cmake)
|
||||
|
||||
Reference in New Issue
Block a user