Skip to content

Commit

Permalink
Merge pull request #60 from mariux64/fix-cmake-build
Browse files Browse the repository at this point in the history
Fix cmake build
  • Loading branch information
donald authored Nov 30, 2023
2 parents df06443 + 5cc3440 commit a734919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildtypes/cmake.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ bee_configure() {
-DCMAKE_INSTALL_LIBDIR=${LIBDIR} \
-DCMAKE_COLOR_MAKEFILE=OFF \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
"${@}" \
${BEE_BUILDTYPE_CMAKE_SOURCEDIR}
}
Expand Down
2 changes: 1 addition & 1 deletion src/bee-cache.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ VERSION=${BEE_VERSION}
: ${BEECACHE_INVENTORY=${BEECACHE_CACHEDIR}/INVENTORY}

function ere_quote() {
sed 's/[]\.|$(){}?+*^]/\\&/g' <<< "$*"
sed 's/[][\.|$(){}?+*^]/\\&/g' <<< "$*"
}

function cache_verify() {
Expand Down

0 comments on commit a734919

Please sign in to comment.