diff --git a/.bazelrc b/.bazelrc index 0137fe2d..24f085b0 100644 --- a/.bazelrc +++ b/.bazelrc @@ -11,4 +11,4 @@ build --experimental_cc_implementation_deps build --action_env=BAZEL_CXXOPTS="-std=c++17" build --strip=never build --copt='-O2' -build --conlyopt='-std=c99' +build --conlyopt='-std=c11' diff --git a/README.md b/README.md index a52f9564..79ed3313 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,10 @@ The registry should contain the following modules: boost cli11 + esmini incbin inja + luajit (optional) oatpp open-simulation-interface sol diff --git a/engine/BUILD.bazel b/engine/BUILD.bazel index a3c988e4..d514ac89 100644 --- a/engine/BUILD.bazel +++ b/engine/BUILD.bazel @@ -24,7 +24,6 @@ cc_library( "//oak", "@boost//:algorithm", "@boost//:conversion", - "@boost//:filesystem", "@boost//:optional", "@boost//:process", "@boost//:uuid",