cmake: fix host.CMakeLists.txt build
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
|
||||
# fetch_git_dependency()
|
||||
#
|
||||
@@ -106,6 +106,7 @@ FetchContent_Declare(
|
||||
GIT_SHALLOW TRUE
|
||||
PATCH_COMMAND git apply --ignore-whitespace
|
||||
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250814.1.patch"
|
||||
OVERRIDE_FIND_PACKAGE
|
||||
)
|
||||
set(ABSL_USE_SYSTEM_INCLUDES ON)
|
||||
set(ABSL_PROPAGATE_CXX_STD ON)
|
||||
|
||||
Reference in New Issue
Block a user