We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250f77 commit 6afff7cCopy full SHA for 6afff7c
CMakeLists.txt
@@ -48,7 +48,7 @@ message(STATUS "PULSAR_LIBRARY: ${PULSAR_LIBRARY}")
48
find_path(PULSAR_INCLUDE pulsar/Client.h)
49
message(STATUS "PULSAR_INCLUDE: ${PULSAR_INCLUDE}")
50
51
-SET(CMAKE_CXX_STANDARD 17)
+SET(CMAKE_CXX_STANDARD 11)
52
53
find_package (Python3 REQUIRED COMPONENTS Development.Module)
54
MESSAGE(STATUS "PYTHON: " ${Python3_VERSION} " - " ${Python3_INCLUDE_DIRS})
dependencies.yaml
@@ -17,7 +17,7 @@
17
# under the License.
18
#
19
20
-pulsar-cpp: 4.0.0
+pulsar-cpp: 3.8.0
21
pybind11: 2.10.1
22
# The OpenSSL dependency is only used when building Python from source
23
openssl: 1.1.1q
0 commit comments