From 1bd4c0e26c9899352b77c29ecbccfb7975d079df Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 7 Jun 2019 08:45:26 -0300 Subject: testing/telegram-desktop: upgrade to 1.7.3 --- testing/telegram-desktop/PrecompiledHeader-cmake.patch | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'testing/telegram-desktop/PrecompiledHeader-cmake.patch') diff --git a/testing/telegram-desktop/PrecompiledHeader-cmake.patch b/testing/telegram-desktop/PrecompiledHeader-cmake.patch index d0d6bce829..e576b372d2 100644 --- a/testing/telegram-desktop/PrecompiledHeader-cmake.patch +++ b/testing/telegram-desktop/PrecompiledHeader-cmake.patch @@ -1,13 +1,5 @@ --- a/Telegram/gyp/PrecompiledHeader.cmake +++ b/Telegram/gyp/PrecompiledHeader.cmake -@@ -79,7 +79,6 @@ function(export_all_flags _filename _source_name_for_flags) - endfunction() - - function(add_precompiled_header _target _input) -- if(CMAKE_COMPILER_IS_GNUCXX) - get_filename_component(_name ${_input} NAME) - set(_pch_header "${CMAKE_CURRENT_SOURCE_DIR}/${_input}") - set(_pch_binary_dir "${CMAKE_CURRENT_BINARY_DIR}/${_target}_pch") @@ -112,7 +111,7 @@ function(add_precompiled_header _target _input) set(_compiler_FLAGS "@${_pch_c_flags_file}") add_custom_command( @@ -26,10 +18,4 @@ DEPENDS "${_pchfile}" "${_pch_cpp_flags_file}" IMPLICIT_DEPENDS CXX "${_pch_header}" COMMENT "Precompiling ${_name} for ${_target} (C++)") -@@ -161,5 +160,4 @@ function(add_precompiled_header _target _input) - OBJECT_DEPENDS "${_object_depends}") - endif() - endforeach() -- endif(CMAKE_COMPILER_IS_GNUCXX) - endfunction() -- cgit v1.2.3