Commit 73227dff authored by Ramon Nou's avatar Ramon Nou
Browse files

fix mercury install

parent 503541d9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ pkg_install() {
    CURR="${SOURCE_DIR}/${ID}"
    prepare_build_dir "${CURR}"
    cd "${CURR}/build"
    PKG_CONFIG_PATH="${INSTALL_DIR}/lib/pkgconfig" $CMAKE \
    $CMAKE \
        -DCMAKE_PREFIX_PATH=${INSTALL_DIR} \
        -DCMAKE_BUILD_TYPE:STRING=Release \
        -DBUILD_TESTING:BOOL=ON \