Commit 2692f2c1 by Maarten L. Hekkelman

no update script for macOS

install with sudo in CI
parent 88b3c87b
......@@ -56,4 +56,5 @@ jobs:
run: ctest --build-config Release --output-on-failure
- name: Install
run: cmake --install ${{ steps.strings.outputs.build-output-dir }} --config Release
if: matrix.os != 'windows-latest'
run: sudo cmake --install ${{ steps.strings.outputs.build-output-dir }} --config Release
......@@ -74,7 +74,7 @@ else()
option(CIFPP_DOWNLOAD_CCD "Download the CCD file components.cif during installation" ON)
# An optional cron script can be installed to keep the data files up-to-date
if(UNIX)
if(UNIX AND NOT APPLE)
option(CIFPP_INSTALL_UPDATE_SCRIPT "Install the script to update CCD and dictionary files" ON)
endif()
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment