Skip to content

Commit

Permalink
Merge pull request #571 from horosproject/HOROS-566
Browse files Browse the repository at this point in the history
[HOROS-566] Fix for not being able to export files to email.
  • Loading branch information
fvpolpeta authored Nov 18, 2020
2 parents 8cf32ca + 9c3abbb commit 741d543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Horos/Horos.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
Expand Down
1 change: 1 addition & 0 deletions Horos/Scripts/VTK/CMake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fi

command -v cmake >/dev/null 2>&1 || { echo >&2 "error: building $TARGET_NAME requires CMake. Please install CMake. Aborting."; exit 1; }
command -v pkg-config >/dev/null 2>&1 || { echo >&2 "error: building $TARGET_NAME requires pkg-config. Please install pkg-config. Aborting."; exit 1; }
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "error: building $TARGET_NAME requires git-lfs. Please install git-lfs. Aborting."; exit 1; }

mv "$cmake_dir" "$cmake_dir.tmp"
[ -d "$install_dir" ] && mv "$install_dir" "$install_dir.tmp"
Expand Down

0 comments on commit 741d543

Please sign in to comment.