Skip to content

Commit a589834

Browse files
committed
Make find_package(Boost) quiet
1 parent 5686d13 commit a589834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ if(GRAPHQL_BUILD_SCHEMAGEN OR GRAPHQL_BUILD_CLIENTGEN)
278278
# c++fs
279279
check_filesystem_impl("stdc++fs;c++fs" STD_FILESYTEM)
280280

281-
find_package(Boost REQUIRED COMPONENTS program_options)
281+
find_package(Boost QUIET REQUIRED COMPONENTS program_options)
282282
if(GRAPHQL_BUILD_SCHEMAGEN)
283283
target_link_libraries(schemagen PRIVATE Boost::program_options)
284284
endif()

0 commit comments

Comments
 (0)