Skip to content

Commit 76f09f5

Browse files
committed
build: silence the optional Catch2 missing dependency
1 parent fb91656 commit 76f09f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)
22
project(pyexiv2bind)
33

44
find_package(Python3 COMPONENTS Interpreter Development)
5-
find_package(Catch2)
5+
find_package(Catch2 QUIET)
66

77
if (WIN32 AND CMAKE_BUILD_TYPE STREQUAL "Debug")
88
set(CMAKE_DEBUG_POSTFIX "d")

0 commit comments

Comments
 (0)