Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Feb 23, 2023
2 parents a37c354 + 51caa97 commit bbf9473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit bbf9473

Please sign in to comment.