Skip to content

Commit

Permalink
set only if not alredy set...
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Nov 6, 2020
1 parent 18918f0 commit fbabbf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 3.12)
set(ZITI_SDK_C_BRANCH "0.17.4")
if(NOT ZITI_SDK_C_BRANCH)
#allow using a different branch of the CSDK easily
set(ZITI_SDK_C_BRANCH "0.17.4")
endif()

execute_process(
COMMAND git describe --tags --dirty=-local
Expand Down

0 comments on commit fbabbf6

Please sign in to comment.