From c4ea7e40d365ba28faecef8917d5c3f1e0121bf9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 4 Feb 2024 19:09:41 +0200 Subject: [PATCH] Update test/CMakeLists.txt --- test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index dfa2d60d..c27cc429 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -16,8 +16,7 @@ set(tests_c ${tests_common}) set(tests_cpp ${tests_common} iteration repetition checkempty vaopt quick) set(BOOST_TEST_LINK_LIBRARIES Boost::preprocessor) - -include_directories(../../..) # for `include ` to work +set(BOOST_TEST_INCLUDE_DIRECTORIES .) foreach(test IN LISTS tests_c)