Commit d6c76b2d authored by Marc Vef's avatar Marc Vef
Browse files

Merge branch 'fix_cmake_mercury' into 'master'

bugfix: compile mercury with last CMake version available

See merge request zdvresearch_bsc/adafs!85
parents d0d37d05 3b898976
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ echo "############################################################ Installing:
CURR=${SOURCE}/mercury
prepare_build_dir ${CURR}
cd ${CURR}/build
cmake \
$CMAKE \
    -DCMAKE_BUILD_TYPE:STRING=Release \
    -DBUILD_TESTING:BOOL=OFF \
    -DMERCURY_USE_SELF_FORWARD:BOOL=ON \