Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Sep 29, 2023
1 parent ade36f6 commit 66cb930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function build_tsdk {
-DMBEDTLS_FATAL_WARNINGS:BOOL=OFF -DEXCLUDE_PROGRAMS=ON \
-DZITI_TUNNEL_BUILD_TESTS=OFF \
-DCMAKE_TOOLCHAIN_FILE="${toolchain}" \
-DDISABLE_SEMVER_VERIFICATION=ON \ # todo remove this when we go back to using a released tsdk/csdk. also in CI.yml
-DDISABLE_SEMVER_VERIFICATION=ON \
-S ./deps/ziti-tunnel-sdk-c -B ./deps/ziti-tunnel-sdk-c/${name}

# todo remove DISABLE_SEMVER_VERIFICATION when we go back to using a released tsdk/csdk. also in CI.yml
if [ $? -ne 0 ] ; then
echo "Unable to cmake ${name}"
exit 1
Expand Down

0 comments on commit 66cb930

Please sign in to comment.