diff --git a/README.md b/README.md index e3f37117..5603a557 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ AqNWB is a C++ API for acquiring neurophysiological data directly into the NWB (Neurodata Without Borders) format. Our goal is to provide a lightweight API to integrate with existing acquisition systems. -Please see the [Documentation](https://neurodatawithoutborders.github.io/aqnwb/) for +Please see the [AqNWB Documentation](https://neurodatawithoutborders.github.io/aqnwb/) for installation instructions and to learn more about AqNWB. Below is a high-level overview of the project structure and capabilities we are targeting: diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9d4f8e70..08c30bf2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -24,7 +24,6 @@ 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 ) target_link_libraries(