Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 20, 2024
1 parent aa6c09d commit 00c41c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/macos_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cask "gcc-arm-embedded"
brew "gcc@13"
EOS

if [[ -n "$NO_CATCH2" ]]; then
if [[ -z "$NO_CATCH2" ]]; then
cd /tmp
git clone -b v2.x --depth 1 https://github.com/catchorg/Catch2.git
cd Catch2
Expand Down
2 changes: 1 addition & 1 deletion scripts/ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
$SUDO apt-get update
$SUDO apt-get install -y --no-install-recommends clang opencl-headers libzmq3-dev ocl-icd-opencl-dev cppcheck

if [[ -n "$NO_CATCH2" ]]; then
if [[ -z "$NO_CATCH2" ]]; then
cd /tmp
git clone -b v2.x --depth 1 https://github.com/catchorg/Catch2.git
cd Catch2
Expand Down

0 comments on commit 00c41c6

Please sign in to comment.