From 7fdbfc0c1a1e57c5fa64d99946147b04b48e2bde Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 22 Jun 2022 14:42:09 -0700 Subject: [PATCH] Update the list of required dependencies in for the CMake subdirectory test --- test/cmake_subdir_test/CMakeLists.txt | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index cd4fe49f..64e720db 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -18,7 +18,6 @@ assert config container_hash core -iterator move mp11 predef @@ -29,24 +28,10 @@ type_traits # Secondary dependencies -static_assert -concept_check -conversion detail -function_types -fusion -mpl -optional -smart_ptr -utility -winapi -typeof -functional -io -function -bind integer -type_index +static_assert +winapi ) foreach(dep IN LISTS deps)