Skip to content

Commit

Permalink
stop allowing unset vars now that we're no longer using the scl_sourc…
Browse files Browse the repository at this point in the history
…e scripts
  • Loading branch information
qrkourier committed Oct 20, 2022
1 parent acf58fa commit 90b0a63
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ done

cmake -E make_directory ./build
(
# allow unset for scl_source scripts
set +u
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_TOOLCHAIN_FILE=./toolchains/default.cmake \
Expand Down

0 comments on commit 90b0a63

Please sign in to comment.