From df1cb655bec3d1992ae5c1be6502133a26d1db5e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 28 Oct 2021 22:35:00 +0300 Subject: [PATCH] Fetch static_assert and throw_exception when testing standalone --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 838850f..55a6551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) boost_fetch(boostorg/assert TAG develop EXCLUDE_FROM_ALL) boost_fetch(boostorg/config TAG develop EXCLUDE_FROM_ALL) boost_fetch(boostorg/core TAG develop EXCLUDE_FROM_ALL) + boost_fetch(boostorg/static_assert TAG develop EXCLUDE_FROM_ALL) + boost_fetch(boostorg/throw_exception TAG develop EXCLUDE_FROM_ALL) unset(BUILD_TESTING)