Skip to content
Snippets Groups Projects
Verified Commit 6a21e250 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Fix plugins if building standalone Mercury

parent 57999753
No related branches found
No related tags found
Loading
Pipeline #686 passed
......@@ -293,6 +293,15 @@ fi
# Mercury
if [[ ( "${DEPENDENCY}" == "" ) || ( "${DEPENDENCY}" == "mercury" ) ]]; then
if [ "$NA_LAYER" == "bmi" ] || [ "$NA_LAYER" == "all" ]; then
USE_BMI="-DNA_USE_BMI:BOOL=ON"
fi
if [ "$NA_LAYER" == "ofi" ] || [ "$NA_LAYER" == "all" ]; then
USE_OFI="-DNA_USE_OFI:BOOL=ON"
fi
echo "############################################################ Installing: Mercury"
CURR=${SOURCE}/mercury
prepare_build_dir ${CURR}
......
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