Skip to content

Commit

Permalink
Switch to using the new feature macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Nov 12, 2023
1 parent 577c738 commit dacfc58
Show file tree
Hide file tree
Showing 15 changed files with 136 additions and 183 deletions.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set(CMAKE_REQUIRED_QUIET ON)
# Incorporate feature checks based on C++ feature test mac
include(pqxx_cxx_feature_checks)

# This variable is set by one of the config-tests.
# This variable is set by one of the snippets in config-tests.
if(!no_need_fslib)
# TODO: This may work for gcc 8, but some clang versions may need -lc++fs.
link_libraries(stdc++fs)
Expand Down
1 change: 0 additions & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ nobase_include_HEADERS= pqxx/pqxx \
pqxx/internal/callgate.hxx \
pqxx/internal/concat.hxx \
pqxx/internal/conversions.hxx \
pqxx/internal/cxx-features.hxx \
pqxx/internal/encoding_group.hxx \
pqxx/internal/encodings.hxx \
pqxx/internal/header-pre.hxx \
Expand Down
1 change: 0 additions & 1 deletion include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ nobase_include_HEADERS = pqxx/pqxx \
pqxx/internal/callgate.hxx \
pqxx/internal/concat.hxx \
pqxx/internal/conversions.hxx \
pqxx/internal/cxx-features.hxx \
pqxx/internal/encoding_group.hxx \
pqxx/internal/encodings.hxx \
pqxx/internal/header-pre.hxx \
Expand Down
Loading

0 comments on commit dacfc58

Please sign in to comment.