From 5215d4a7f9c1cf108dd1c08fd05df110559628ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 21 Aug 2023 21:32:09 +0700 Subject: [PATCH] build-style/cmake: no longer need to block FetchContent --- common/build-style/cmake.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/common/build-style/cmake.sh b/common/build-style/cmake.sh index 43750ad20dc..a38c3413f62 100644 --- a/common/build-style/cmake.sh +++ b/common/build-style/cmake.sh @@ -55,7 +55,6 @@ _EOF cmake_args+=" -DCMAKE_BUILD_TYPE=None" cmake_args+=" -DCMAKE_INSTALL_LIBDIR=lib${XBPS_TARGET_WORDSIZE}" cmake_args+=" -DCMAKE_INSTALL_SYSCONFDIR=/etc" - cmake_args+=" -DFETCHCONTENT_FULLY_DISCONNECTED=ON" if [ "$CROSS_BUILD" ]; then cmake_args+=" -DQT_HOST_PATH=/usr"