mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-03 07:52:33 +02: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)
|
find_package(Catch2 QUIET)
|
||||||
|
|
||||||
if (Catch2_FOUND)
|
if (NOT Catch2_FOUND)
|
||||||
include(Catch)
|
|
||||||
else()
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user