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 59feac2 commit fb407d8Copy full SHA for fb407d8
libs/server-sdk/CMakeLists.txt
@@ -21,9 +21,6 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
21
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
22
endif ()
23
24
-#set(CMAKE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
25
-#set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_FILES})
26
-
27
# Needed to fetch external dependencies.
28
include(FetchContent)
29
release-please-config.json
@@ -18,8 +18,7 @@
18
"tests/client_test.cpp",
19
"CMakeLists.txt"
20
],
- "prerelease": true,
- "bump-minor-pre-major": true
+ "release-as": "3.0.0"
},
"libs/server-sdk-redis-source": {
"extra-files": [
0 commit comments