From cc29912fcbde997ef710a34fe3d52bb17bd67462 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 19 Apr 2020 22:50:56 -0400 Subject: Add macos --- .circleci/install_spm.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.circleci/install_spm.sh') diff --git a/.circleci/install_spm.sh b/.circleci/install_spm.sh index 4aaea1c..33960c5 100755 --- a/.circleci/install_spm.sh +++ b/.circleci/install_spm.sh @@ -1,5 +1,7 @@ #!/bin/bash +source $(dirname "${BASH_SOURCE[0]}")/runtime.sh + mkdir build cd build -cmake3 -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug .. +cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug .. make install -- cgit