Skip to content
Snippets Groups Projects
Commit 87ffd3e7 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Add extra C++ flag to detector cmake call

parent be5f6abf
No related branches found
No related tags found
1 merge request!44Resolve "Fix detector build"
......@@ -57,7 +57,8 @@ echo "Building and installing the ${JUGGLER_DETECTOR} package"
mkdir -p ${DETECTOR_PREFIX}/build
pushd ${DETECTOR_PREFIX}/build
cmake ${DETECTOR_PATH} -DCMAKE_INSTALL_PREFIX=${LOCAL_PREFIX} && make -j30 install
cmake ${DETECTOR_PATH} -DCMAKE_INSTALL_PREFIX=${LOCAL_PREFIX} -DCMAKE_CXX_STANDARD=17 &&
make -j30 install || exit 1
## =============================================================================
## Step 3: That's all!
......
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