File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments