View | Details | Raw Unified | Return to bug 47959
Collapse All | Expand All

(-)a/tdesktop/cmake/external/gsl/CMakeLists.txt (-2 lines)
Lines 7-13 Link Here
7
add_library(external_gsl INTERFACE IMPORTED GLOBAL)
7
add_library(external_gsl INTERFACE IMPORTED GLOBAL)
8
add_library(desktop-app::external_gsl ALIAS external_gsl)
8
add_library(desktop-app::external_gsl ALIAS external_gsl)
9
9
10
#[[
11
if (DESKTOP_APP_USE_PACKAGED)
10
if (DESKTOP_APP_USE_PACKAGED)
12
    if (DESKTOP_APP_USE_PACKAGED_LAZY)
11
    if (DESKTOP_APP_USE_PACKAGED_LAZY)
13
        find_package(Microsoft.GSL 4.0.0 QUIET)
12
        find_package(Microsoft.GSL 4.0.0 QUIET)
Lines 20-26 if (DESKTOP_APP_USE_PACKAGED) Link Here
20
        return()
19
        return()
21
    endif()
20
    endif()
22
endif()
21
endif()
23
]]
24
22
25
# https://gitlab.kitware.com/cmake/cmake/-/issues/25222
23
# https://gitlab.kitware.com/cmake/cmake/-/issues/25222
26
if (NOT EXISTS ${third_party_loc}/GSL/include)
24
if (NOT EXISTS ${third_party_loc}/GSL/include)
(-)a/telegram-desktop.spec (-1 / +1 lines)
Lines 18-24 Link Here
18
%def_without wayland
18
%def_without wayland
19
%def_with x11
19
%def_with x11
20
%def_with rlottie
20
%def_with rlottie
21
%def_without gsl
21
%def_with gsl
22
%def_without ninja
22
%def_without ninja
23
%def_without ffmpeg_static
23
%def_without ffmpeg_static
24
%def_without jemalloc
24
%def_without jemalloc

Return to bug 47959