Skip to content

Commit

Permalink
Upgrade Catch to version 3.4.0
Browse files Browse the repository at this point in the history
This fixes build issues on Mac OS using recent Xcode versions (15.0.0).
  • Loading branch information
lethal-guitar committed May 25, 2024
1 parent 48efe3e commit 5b4a3fd
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 10,549 deletions.
5 changes: 0 additions & 5 deletions 3rd_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Header-only targets
###############################################################################

add_library(catch2 INTERFACE)
target_include_directories(catch2
INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}/catch"
)
add_library(glm INTERFACE)
target_include_directories(glm
INTERFACE
Expand Down
Loading

0 comments on commit 5b4a3fd

Please sign in to comment.