Skip to content
Snippets Groups Projects
Commit 12c5c91a authored by alice's avatar alice
Browse files

community/cereal: no werror

parent e646d11a
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ build() {
-DCMAKE_INSTALL_PREFIX="/usr" \
-DSKIP_PORTABILITY_TEST=ON \
-DCMAKE_CXX_STANDARD=17 \
-DBUILD_TESTS="$(want_check && echo ON || echo OFF)"
-DBUILD_TESTS="$(want_check && echo ON || echo OFF)" \
-DWITH_WERROR=OFF
cmake --build build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment