From 7fb156785304fb93455f944ef54762ffed32ce02 Mon Sep 17 00:00:00 2001 From: Axios <13862149+AxiosCros@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:31:33 +0800 Subject: [PATCH] Fix spelling Fix spelling of `_bootstrap_select_libraries` variable Signed-off-by: Axios <13862149+AxiosCros@users.noreply.github.com> --- .../cxx-example/external/upstream/boost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-08/recipe-02/cxx-example/external/upstream/boost/CMakeLists.txt b/chapter-08/recipe-02/cxx-example/external/upstream/boost/CMakeLists.txt index ef8597ed..3b9d1364 100644 --- a/chapter-08/recipe-02/cxx-example/external/upstream/boost/CMakeLists.txt +++ b/chapter-08/recipe-02/cxx-example/external/upstream/boost/CMakeLists.txt @@ -100,5 +100,5 @@ else() unset(_b2_needed_components) unset(_build_byproducts) unset(_b2_select_libraries) - unset(_boostrap_select_libraries) + unset(_bootstrap_select_libraries) endif()