From 141af01ead8e0c4a9b0d03b0c808426c1e560b76 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 3 Nov 2021 18:21:29 +0200 Subject: [PATCH] Add throw_exception to cmake_subdir_test --- test/cmake_subdir_test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index 6310b1f..9831e4b 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -26,6 +26,7 @@ boost_add_subdir(type_traits) # secondary dependencies boost_add_subdir(assert) +boost_add_subdir(throw_exception) # --target check