Skip to content

Commit

Permalink
Remove debug code/statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 27, 2025
1 parent 9be10eb commit ee59ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(WIN32)
message(STATUS "Using COFF spec: ${COFF_SPEC}")
endif()

find_package(mcfp 1.3.4 REQUIRED)
find_package(mcfp 1.3.4 QUIET)

if(NOT mcfp_FOUND)
include(FetchContent)
Expand Down

0 comments on commit ee59ee5

Please sign in to comment.