Skip to content

Commit 0f5b264

Browse files
committed
iox-#2130 Fix bazel build
1 parent c3d6a1c commit 0f5b264

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

iceoryx_hoofs/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ configure_file(
2323
src = "cmake/iceoryx_hoofs_deployment.hpp.in",
2424
out = "generated/include/iox/iceoryx_hoofs_deployment.hpp",
2525
config = {
26+
"IOX_MAX_NAMED_PIPE_MESSAGE_SIZE": "4096",
27+
"IOX_MAX_NAMED_PIPE_NUMBER_OF_MESSAGES": "10",
2628
# FIXME: for values see "iceoryx_hoofs/cmake/IceoryxHoofsDeployment.cmake" ... for now some nice defaults
2729
"IOX_MINIMAL_LOG_LEVEL": "TRACE",
2830
},
@@ -57,7 +59,7 @@ cc_library(
5759
"utility/source/*.cpp",
5860
"vocabulary/source/**/*.cpp",
5961
]),
60-
hdrs = glob(["include/**"]) + glob(["legacy/**"]) + glob(["cli/**"]) + glob(["memory/**"]) + glob(["container/**"]) + glob(["vocabulary/**"]) + glob(["time/**"]) + glob(["utility/**"]) + glob(["primitives/**"]) + glob(["posix/**"]) + glob(["design/**"]) + glob(["buffer/**"]) + glob(["filesystem/**"]) + glob(["functional/**"]) + glob(["reporting/**"]) + [
62+
hdrs = glob(["buffer/**"]) + glob(["cli/**"]) + glob(["container/**"]) + glob(["design/**"]) + glob(["filesystem/**"]) + glob(["functional/**"]) + glob(["include/**"]) + glob(["legacy/**"]) + glob(["memory/**"]) + glob(["posix/**"]) + glob(["primitives/**"]) + glob(["reporting/**"]) + glob(["time/**"]) + glob(["utility/**"]) + glob(["vocabulary/**"]) + [
6163
":iceoryx_hoofs_deployment_hpp",
6264
":iceoryx_versions_h",
6365
],

0 commit comments

Comments
 (0)