mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-11-09 23:57:50 +01:00
remove duplicated include Catch
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user