summaryrefslogtreecommitdiff
path: root/net-im/tdlib/files/patch-CMakeLists.txt
blob: ace0aa6c983784fe474db3e402ae8583b1d02bc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2025-04-30 22:25:21 UTC
+++ CMakeLists.txt
@@ -213,7 +213,7 @@ add_subdirectory(tde2e)
 set(TDE2E_ENABLE_INSTALL ${TD_INSTALL_STATIC_LIBRARIES} CACHE BOOL "" FORCE)
 add_subdirectory(tde2e)
 
-if (NOT CMAKE_CROSSCOMPILING)
+if (FREEBSD_BUILD_BENCHMARKS AND NOT CMAKE_CROSSCOMPILING)
   add_subdirectory(benchmark)
 endif()