From 7fe89f7cdb0068dda75f3a7311bae3345a6a6162 Mon Sep 17 00:00:00 2001 From: PGFLMG <1106310035@qq.com> Date: Sun, 31 Aug 2025 03:57:42 +0800 Subject: [PATCH] [sgl-kernel] fix: fix missing FetchContent_Populate for fmt (#9826) --- sgl-kernel/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index f440c562a..c884c4ba8 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -56,6 +56,7 @@ FetchContent_Declare( GIT_TAG 553ec11ec06fbe0beebfbb45f9dc3c9eabd83d28 GIT_SHALLOW OFF ) +FetchContent_Populate(repo-fmt) FetchContent_Declare( repo-deepgemm