mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
remove duplicated include Catch
This commit is contained in:
parent
eddeaf44ca
commit
3d86f2a288
@ -2,9 +2,7 @@ find_package(Threads)
|
||||
|
||||
find_package(Catch2 QUIET)
|
||||
|
||||
if (Catch2_FOUND)
|
||||
include(Catch)
|
||||
else()
|
||||
if (NOT Catch2_FOUND)
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
|
Loading…
Reference in New Issue
Block a user