Skip to content
Snippets Groups Projects
Commit 5c44d153 authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Update buildscript

parent 7d1bae8b
No related merge requests found
...@@ -282,7 +282,7 @@ fi ...@@ -282,7 +282,7 @@ fi
if [[ ${BUILDPKG} == true ]]; then if [[ ${BUILDPKG} == true ]]; then
# Workaround so that the target can find the properties file # Workaround so that the target can find the properties file
# CMake doesn't easily allow environment variables on custom targets # CMake doesn't easily allow environment variables on custom targets
if [[ ${ON_MACOS} == 'Darwin' ]]; then if [[ ${ON_MACOS} == true ]]; then
export MANTIDPATH=$PWD/bin export MANTIDPATH=$PWD/bin
fi fi
$SCL_ON_RHEL6 "cmake --build . --target docs-qthelp" $SCL_ON_RHEL6 "cmake --build . --target docs-qthelp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment