Merge pull request #493 from hellovuong/master

This commit is contained in:
Emiel Bruijntjes 2023-02-13 17:01:09 +01:00 committed by GitHub
commit 51caa97516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ option(AMQP-CPP_LINUX_TCP "Build linux sockets implementation." OFF)
option(AMQP-CPP_BUILD_EXAMPLES "Build amqpcpp examples" OFF)
# ensure c++11 on all compilers
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD 17
)
# add source files
# ------------------------------------------------------------------------------------------------------