Skip to content

Commit

Permalink
remove CMAKE_REQUIRED_QUIET manipulation, it has no effect since we u…
Browse files Browse the repository at this point in the history
…se try_compile directly and not one of the advised wrappers.and in case in future we switch to those we do want to see the messages, and not hidet hem.
  • Loading branch information
killerbot242 committed Aug 16, 2024
1 parent a68f421 commit 4efca2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ check_function_exists("poll" PQXX_HAVE_POLL)

set(CMAKE_REQUIRED_LIBRARIES pq)

set(CMAKE_REQUIRED_QUIET ON)

# Incorporate feature checks based on C++ feature test mac
include(pqxx_cxx_feature_checks)

Expand All @@ -26,8 +24,6 @@ if(!no_need_fslib)
link_libraries(stdc++fs)
endif()

set(CMAKE_REQUIRED_QUIET OFF)

set(AC_CONFIG_H_IN "${PROJECT_SOURCE_DIR}/include/pqxx/config.h.in")
set(CM_CONFIG_H_IN "${PROJECT_BINARY_DIR}/include/pqxx/config_cmake.h.in")
set(CM_CONFIG_PUB "${PROJECT_BINARY_DIR}/include/pqxx/config-public-compiler.h")
Expand Down

0 comments on commit 4efca2a

Please sign in to comment.