Skip to content

Commit

Permalink
fix[scripts] : fix remaken install script for not install conan
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Leduc committed Jul 10, 2023
1 parent 17d7423 commit 8103cab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/installRemaken.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

brew tap b-com/sft

# install conan 1.59.0
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=TRUE
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/1fc9e09956a2aa5ee2f2f4f6c81e359c232dee0f/Formula/conan.rb
brew install -f ./conan.rb
rm -rf ./conan.rb

# manage default remote
conan remote add --force --insert 0 conancenter https://center.conan.io

# install cmake
brew install -f cmake

Expand Down

0 comments on commit 8103cab

Please sign in to comment.