We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83c55e commit 9ef289dCopy full SHA for 9ef289d
1 file changed
CMakeLists.txt
@@ -3,8 +3,10 @@ project(msgflo_cpp CXX)
3
4
set(MSGFLO_VERSION 0.0.3)
5
6
-# AMQP-CPP configuration
+# Specify C++11
7
+add_compile_options(-std=c++11)
8
9
+# AMQP-CPP configuration
10
set(amqp_install ${CMAKE_CURRENT_BINARY_DIR}/thirdparty-install/amqpcpp)
11
12
include(ExternalProject)
0 commit comments