From a280d3ba6a50af533b11d8da18af0212b92d3215 Mon Sep 17 00:00:00 2001 From: minggo Date: Mon, 25 Apr 2022 16:12:53 +0800 Subject: [PATCH] Update boost.cmake (#252) --- 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})