From ff9a75ffdf29c6007df1dea52e6efab95393f1b1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 11 Oct 2023 20:29:58 +0300 Subject: [PATCH] Update dependency list in cmake_subdir_test --- test/cmake_subdir_test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index bb00bed..2d150f4 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -13,12 +13,8 @@ set(deps # Primary dependencies config -preprocessor -type_traits # Secondary dependencies - -static_assert ) foreach(dep IN LISTS deps)