Skip to content

Commit

Permalink
Update test/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Feb 4, 2024
1 parent fb8ebc8 commit c4ea7e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <libs/preprocessor/...>` to work
set(BOOST_TEST_INCLUDE_DIRECTORIES .)

foreach(test IN LISTS tests_c)

Expand Down

0 comments on commit c4ea7e4

Please sign in to comment.