From bfc9ed107ea9600d3d195244597d0c191e39a02d Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 28 Jul 2017 13:55:41 -0400 Subject: [PATCH] circleci install cmake --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4f66291658..63e2049c72 100644 --- a/circle.yml +++ b/circle.yml @@ -17,7 +17,7 @@ dependencies: # After installing Homebrew, copy these commands to your shell: - brew tap PX4/px4 - brew update - - brew install genromfs gcc-arm-none-eabi ninja fastrtps + - brew install cmake genromfs gcc-arm-none-eabi ninja fastrtps # Then install the required python packages: - sudo -H easy_install pip