Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/catch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(BUILD_TESTING)
# TODO Use gtest as it is the team recommendation
# Unfortunately gtest is very hard to setup as not binary distributed
# catch is only one header so it is very easy
find_path(CATCH_HEADER catch.hpp)
find_path(CATCH_HEADER catch.hpp PATH_SUFFIXES catch)
set_property(CACHE CATCH_HEADER PROPERTY ADVANCED TRUE)
if(NOT CATCH_HEADER)
message(SEND_ERROR
Expand Down