From 760772f1ed2c07b8c4504557bcd57bd8cce4ce87 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sun, 25 Aug 2024 21:54:11 -0700 Subject: [PATCH] Update tests/CMakeLists.txt --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d5ff6e39..1c4cc809 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -22,7 +22,7 @@ add_executable(aq-nwb_test examples/test_example.cpp ) -# Ensure the aq-nwb_test target can include headers from the current directory and Catch2 +# Ensure the aq-nwb_test target can include headers from the current directory target_include_directories(aq-nwb_test PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} # Include current directory )