Skip to content

Commit 6afff7c

Browse files
committed
Revert "Bump C++ client to 4.0.0"
This reverts commit b6c3879.
1 parent e250f77 commit 6afff7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ message(STATUS "PULSAR_LIBRARY: ${PULSAR_LIBRARY}")
4848
find_path(PULSAR_INCLUDE pulsar/Client.h)
4949
message(STATUS "PULSAR_INCLUDE: ${PULSAR_INCLUDE}")
5050

51-
SET(CMAKE_CXX_STANDARD 17)
51+
SET(CMAKE_CXX_STANDARD 11)
5252

5353
find_package (Python3 REQUIRED COMPONENTS Development.Module)
5454
MESSAGE(STATUS "PYTHON: " ${Python3_VERSION} " - " ${Python3_INCLUDE_DIRS})

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
pulsar-cpp: 4.0.0
20+
pulsar-cpp: 3.8.0
2121
pybind11: 2.10.1
2222
# The OpenSSL dependency is only used when building Python from source
2323
openssl: 1.1.1q

0 commit comments

Comments
 (0)