diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e0f756b7..9d4f8e70 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -24,7 +24,7 @@ add_executable(aq-nwb_test # Ensure the aq-nwb_test target can include headers from the current directory and Catch2 target_include_directories(aq-nwb_test PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} # Include current directory - ${CATCH2_INCLUDE_DIR} # Include Catch2 headers, if found by find_package + # ${CATCH2_INCLUDE_DIR} # Include Catch2 headers, if found by find_package ) target_link_libraries(