Skip to content

Commit

Permalink
Find threads quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Mar 22, 2018
1 parent 289d3b1 commit 86979ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -117,7 +117,7 @@ cmake_pop_check_state()

# libprimesieve (shared library) #####################################

find_package(Threads REQUIRED)
find_package(Threads REQUIRED QUIET)

if(BUILD_SHARED_LIBS)
add_library(libprimesieve SHARED ${LIB_SRC})
Expand Down
2 changes: 1 addition & 1 deletion cmake/primesieveConfig.cmake.in
Expand Up @@ -15,7 +15,7 @@
# ====================================================================

include(CMakeFindDependencyMacro)
find_dependency(Threads)
find_dependency(Threads QUIET)

if(@BUILD_STATIC_LIBS@ AND @BUILD_SHARED_LIBS@)
if(primesieve_FIND_COMPONENTS)
Expand Down

0 comments on commit 86979ce

Please sign in to comment.