Skip to content

Fix cmake build #60

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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