Skip to content

Commit

Permalink
removed catch2 include
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Jan 4, 2023
1 parent 8fbf358 commit 833ae09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ endif()
target_include_directories(
${PROJECT_NAME}
INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/catch2>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)

install(TARGETS ${PROJECT_NAME}
Expand Down

0 comments on commit 833ae09

Please sign in to comment.