Skip to content

Commit

Permalink
Add -DENABLE_WERROR=0 to cmake arguments to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored Sep 1, 2022
1 parent 19fe3e5 commit de27263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cmake ${CMAKE_ARGS} -G "Ninja" \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTS=OFF \
-DENABLE_WERROR=0 \
${EXTRA_CMAKE_ARGS} \
"${SRC_DIR}"

Expand Down

0 comments on commit de27263

Please # to comment.