Skip to content

Commit

Permalink
Make eventing build compatible with branch-master (0.0.0) again
Browse files Browse the repository at this point in the history
Change-Id: Ia80d748de9577b7d151c2cabdd4a98c6a94c8b2e
Reviewed-on: http://review.couchbase.org/105184
Reviewed-by: Sriram Melkote <siri@couchbase.com>
Tested-by: Sriram Melkote <siri@couchbase.com>
  • Loading branch information
ceejatec authored and Sriram Melkote committed Feb 21, 2019
1 parent fe2505b commit 54192d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion producer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ SET(TAGS "jemalloc")
IF(BUILD_ENTERPRISE)
SET(TAGS "${TAGS} enterprise")
ENDIF()
IF("${PRODUCT_VERSION}" VERSION_LESS "6.5.0")
IF("${PRODUCT_VERSION}" VERSION_LESS "6.5.0" AND
NOT "${PRODUCT_VERSION}" VERSION_EQUAL "0.0.0")
SET(TAGS "${TAGS} alice")
ENDIF()

Expand Down
3 changes: 2 additions & 1 deletion ui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
if ("${PRODUCT_VERSION}" VERSION_LESS "6.5.0")
if ("${PRODUCT_VERSION}" VERSION_LESS "6.5.0" AND
NOT "${PRODUCT_VERSION}" VERSION_EQUAL "0.0.0")
set (PROXY_STRATEGY "local")
else()
set (PROXY_STRATEGY "sticky")
Expand Down

0 comments on commit 54192d0

Please sign in to comment.