We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5686d13 commit a589834Copy full SHA for a589834
src/CMakeLists.txt
@@ -278,7 +278,7 @@ if(GRAPHQL_BUILD_SCHEMAGEN OR GRAPHQL_BUILD_CLIENTGEN)
278
# c++fs
279
check_filesystem_impl("stdc++fs;c++fs" STD_FILESYTEM)
280
281
- find_package(Boost REQUIRED COMPONENTS program_options)
+ find_package(Boost QUIET REQUIRED COMPONENTS program_options)
282
if(GRAPHQL_BUILD_SCHEMAGEN)
283
target_link_libraries(schemagen PRIVATE Boost::program_options)
284
endif()
0 commit comments