Skip to content

Commit

Permalink
Attempt to fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 21, 2024
1 parent 443620a commit 07d0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 07d0e69

Please sign in to comment.