From 6bcbc13cc48b935452ecdee83a3c08df15f7806c Mon Sep 17 00:00:00 2001 From: minggo Date: Mon, 25 Apr 2022 16:12:21 +0800 Subject: [PATCH] Update boost.cmake --- sources/boost-source/boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/boost-source/boost.cmake b/sources/boost-source/boost.cmake index 2745e541..ac54e134 100644 --- a/sources/boost-source/boost.cmake +++ b/sources/boost-source/boost.cmake @@ -3,7 +3,7 @@ add_definitions(-DBOOST_ALL_NO_LIB=1) set(BOOST_LIB_NAMES - # container + container ) foreach(lib ${BOOST_LIB_NAMES})