eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.57k stars 373 forks source link

Install generated header via `iox_add_library` #1687

Open elBoberido opened 1 year ago

elBoberido commented 1 year ago

Brief feature description

Generated header like iceoryx_version.hpp or iceoryx_hoofs_deployment.hpp need to be installed via a separate install command in cmake. Since these files are already part of the target_include_headers it should be installed via this mechanism or alternatively an additional parameter should be added to iox_add_library

andre-nguyen commented 1 year ago

Hello,

I was going to pick this issue up as a side project, after configuring, building and installing with the commands below, I can see the files include/iceoryx/v/iceoryx_versions.hpp and include/iceoryx/v/iceoryx_hoofs/iceoryx_hoofs_deployment.hpp are correctly installed with no additional install command (other than the standard cmake one).

Is it possible this issue was fixed in the time since it was opened?

Configure

/usr/bin/cmake --no-warn-unused-cli "-Bbuild -Hiceoryx_meta" 
    -DBUILD_TEST:BOOL=TRUE 
    -DBINDING_C:BOOL=TRUE 
    -DEXAMPLES:BOOL=TRUE 
    -DCMAKE_INSTALL_PREFIX:STRING=/home/andre/Documents/iceoryx/install 
    -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE 
    -DCMAKE_BUILD_TYPE:STRING=Release 
    -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc 
    -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ 
    -S/home/andre/Documents/iceoryx/iceoryx_meta 
    -B/home/andre/Documents/iceoryx/build 
    -G "Unix Makefiles"

Build

/usr/bin/cmake --build /home/andre/Documents/iceoryx/build --config Release --target all -j 18 --

Install

$ cmake --install build
Install output log ``` -- Install configuration: "Release" -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/FAQ.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/overview.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/installation-guide-for-contributors.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/NOTICE.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/README.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/3rd_party_licenses -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/3rd_party_licenses/googletest -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/3rd_party_licenses/googletest/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-v1-0-2.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-v2-0-1.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-unreleased.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-v1-0-0.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-v1-0-1.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/.pages -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-v2-0-2.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx/release-notes/iceoryx-v2-0-0.md -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_platform/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_platform.a -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/dlfcn.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/mman.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/pwd.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/unistd.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/mqueue.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/resource.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/signal.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/inet.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/un.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/grp.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/platform_correction.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/time.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/fcntl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/attributes.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/semaphore.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/wait.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/getopt.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/errno.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/stat.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/pthread.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/file.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/platform_settings.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/acl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/socket.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/sched.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_platform/types.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_platform/iceoryx_platformConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_platform/iceoryx_platformConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_platform/iceoryx_platformTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_platform/iceoryx_platformTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_platform/IceoryxPackageHelper.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_platform/IceoryxPlatformSettings.cmake -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_hoofs/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_hoofs.a -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/memory -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/memory/relative_pointer.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/memory/relative_pointer.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/memory -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/memory/relative_pointer_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/memory/relative_pointer_data.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/memory/pointer_repository.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/memory/pointer_repository.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/.clang-tidy -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/storable_function.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/scoped_static.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/function_ref.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/storable_function.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/unique_id.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/scope_guard.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/list.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/cxx/variant_queue.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/error_handling -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/error_handling/error_handler.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/design_pattern -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/design_pattern/polymorphic_handler.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/design_pattern/static_lifetime_guard.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/semaphore_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/unix_domain_socket.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/ipc_channel.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/system_configuration.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/posix_call.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/mutex.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/types.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/access_control.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object/shared_memory.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object/memory_map.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/periodic_task.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/sofi.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/sofi.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/periodic_task.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/fifo.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/smart_lock.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/smart_lock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/loffli.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/fifo.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue/index_queue.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue/resizeable_lockfree_queue.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue/cyclic_index.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue/index_queue.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue/cyclic_index.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/lockfree_queue/lockfree_queue.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/concurrent/loffli.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/log -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/log/logstream.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/log/building_blocks -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/log/building_blocks/logger.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/log/building_blocks/logformat.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/internal/log/building_blocks/console_logger.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/.clang-tidy -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/function.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/requires.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/function_ref.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/variant_queue.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/scoped_static.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/scope_guard.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/list.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/error_handling -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/error_handling/error_handling.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/error_handling/error_handler.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/design_pattern -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/design_pattern/static_lifetime_guard.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/design_pattern/polymorphic_handler.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/file_lock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/thread.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/scheduler.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/named_semaphore.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/posix_call.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/signal_handler.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/unnamed_semaphore.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/posix_wrapper/posix_access_rights.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/concurrent -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/concurrent/resizeable_lockfree_queue.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/concurrent/lockfree_queue.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/logger.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/logging.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/logstream.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/building_blocks -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/building_blocks/logger.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/building_blocks/console_logger.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/log/building_blocks/logformat.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/stack.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/functional_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/optional.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/algorithm.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/attributes.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/variant.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/unique_ptr.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/type_traits.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/string.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/filesystem.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/deadline_timer.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/expected.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/newtype.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/cxx/vector.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/design_pattern -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/design_pattern/builder.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/iceoryx_hoofs_types.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/memory.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/unique_ptr.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/bump_allocator.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/unique_ptr.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/uninitialized_array.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/vector.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/vector.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/uninitialized_array.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/not_null.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/optional.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/variant.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/string.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/expected.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/string.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/string_internal.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/expected.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/optional.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/variant_internal.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/string_type_traits.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/variant.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/into.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/into.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/algorithm.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/attributes.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/type_traits.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/size.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/iceoryx_hoofs_types.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/iceoryx_hoofs_types.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/algorithm.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/functional_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/newtype.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/constructor.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/comparable.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/assignment.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/protected_constructor.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/sortable.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/internal.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype/convertable.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/functional_interface.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/newtype.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/builder.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/duration.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/duration.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/deadline_timer.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/adaptive_wait.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/stack.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/stack.inl -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/filesystem.hpp -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iox/detail/filesystem.inl -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs/iceoryx_hoofsConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs/iceoryx_hoofsConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs/iceoryx_hoofsTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs/iceoryx_hoofsTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/iceoryx_hoofs_deployment.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_hoofs_testing.a -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/fatal_failure.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/fatal_failure.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/compile_test.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/timing_test.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/watch_dog.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/testing_logger.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/test_definitions.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/barrier.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/mocks -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/mocks/time_mock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/mocks/logger_mock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/mocks/error_handler_mock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/mocks/mocks.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/mocks/mocks.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_hoofs/testing/test.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs_testing/iceoryx_hoofs_testingConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs_testing/iceoryx_hoofs_testingConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs_testing/iceoryx_hoofs_testingTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs_testing/iceoryx_hoofs_testingTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/bin/hoofs_moduletests -- Installing: /home/andre/Documents/iceoryx/install/bin/hoofs_mocktests -- Installing: /home/andre/Documents/iceoryx/install/bin/hoofs_integrationtests -- Installing: /home/andre/Documents/iceoryx/install/bin/hoofs_stresstests -- Installing: /home/andre/Documents/iceoryx/install/bin/test_stress_sofi -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-bm-optional-and-expected -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs/IceoryxPlatform.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_hoofs/IceoryxVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_dust.a -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/relocatable_pointer -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/relocatable_pointer/relocatable_ptr.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/relocatable_pointer/relocatable_ptr.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cli -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cli/command_line_argument_definition.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cli/types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/arguments.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/option.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/option_manager.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/arguments.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/option_definition.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/option_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cli/command_line_parser.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx/convert.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx/static_storage.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx/static_storage.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx/forward_list.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx/serialization.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/cxx/std_string_support.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/design -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/internal/design/creation.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx/std_string_support.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx/objectpool.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx/serialization.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx/file_reader.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx/convert.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/cxx/forward_list.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/posix_wrapper -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/posix_wrapper/message_queue.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/posix_wrapper/named_pipe.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/posix_wrapper/signal_watcher.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/design -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_dust/design/creation.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_dust/iceoryx_dustConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_dust/iceoryx_dustConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_dust/iceoryx_dustTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_dust/iceoryx_dustTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/bin/dust_moduletests -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_versions.hpp -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh/3rd_party_licenses -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh/3rd_party_licenses/cpptoml -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh/3rd_party_licenses/cpptoml/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_gateway/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_gateway/3rd_party_licenses -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_gateway/3rd_party_licenses/cpptoml -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_gateway/3rd_party_licenses/cpptoml/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_roudi/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_roudi/3rd_party_licenses -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_roudi/3rd_party_licenses/cpptoml -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_roudi/3rd_party_licenses/cpptoml/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_config/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_config/3rd_party_licenses -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_config/3rd_party_licenses/cpptoml -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_posh_config/3rd_party_licenses/cpptoml/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/etc/roudi_config_example.toml -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-roudi -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/iceoryx_posh_deployment.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh/IceoryxPoshDeployment.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_posh.a -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_posh_roudi.a -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_posh_gateway.a -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_posh_config.a -- Up-to-date: /home/andre/Documents/iceoryx/install/bin/iox-roudi -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/introspection_types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/iceoryx_roudi_memory_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/roudi_memory_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/memory_provider.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/generic_memory_block.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/roudi_memory_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/memory_block.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/default_roudi_memory.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/memory/posix_shm_memory_provider.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/cmd_line_args.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/roudi_app.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/roudi_config.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/roudi_config_toml_file_provider.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/port_pool.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/port_pool.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/roudi_config_file_provider.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/iceoryx_roudi_components.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/roudi_cmd_line_parser.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/roudi_cmd_line_parser_config_file_option.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/roudi/iceoryx_roudi_app.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/port_pool_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/memory -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/memory/port_pool_memory_block.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/memory/generic_memory_block.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/memory/mempool_collection_memory_block.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/memory/mempool_segment_manager_memory_block.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/port_pool_data.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/process.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/service_registry.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/process_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/fixed_size_container.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/port_introspection.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/mempool_introspection.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/process_introspection.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/port_introspection.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/process_introspection.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/introspection/mempool_introspection.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/port_manager.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/port_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/roudi/roudi.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/gateway -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/gateway/gateway_generic.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/gateway/channel.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/capro -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/capro/capro_message.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/capro/capro_message.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/node_property.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/ipc_interface_user.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/node_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/shared_memory_user.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/ipc_message.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/ipc_message.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/posh_runtime_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/ipc_interface_base.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/ipc_interface_creator.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/runtime/ipc_runtime_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/memory_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/shared_pointer.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/typed_mem_pool.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/shared_pointer.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/mem_pool.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/shared_chunk.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/mepoo_segment.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/mepoo_segment.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/segment_manager.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/segment_manager.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/memory_manager.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/shm_safe_unmanaged_chunk.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/chunk_management.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/typed_mem_pool.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/mepoo/mepoo.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/log -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/log/posh_logging.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_server.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_client_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/request.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/listener.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_subscriber.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_publisher.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/subscriber_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/used_chunk_list.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/trigger.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/typed_port_api_trait.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/client_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_client.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/subscriber_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_server.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_publisher_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/server_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/notification_callback.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/smart_chunk.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_server_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/sample.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/server_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/notification_attorney.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_client_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/publisher_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/publisher_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/notification_info.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_distributor_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_sender_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_distributor_data.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/condition_variable_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_queue_data.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_receiver.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_queue_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/unique_port_id.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_queue_popper.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_queue_pusher.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_receiver_data.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_sender.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_sender_data.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_queue_pusher.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_sender.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_receiver_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/condition_listener.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_receiver.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/locking_policy.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_queue_popper.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/building_blocks/condition_notifier.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/smart_chunk.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_publisher_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_subscriber_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/rpc_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_subscriber.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_client.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/wait_set.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/base_port.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/subscriber_port_user.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/subscriber_port_multi_producer.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/base_port_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/subscriber_port_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/base_port.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/pub_sub_port_types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/client_port_user.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/server_port_user.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/server_port_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/subscriber_port_roudi.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/interface_port.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/client_port_user.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/client_port_roudi.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/publisher_port_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/client_server_port_types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/server_port_user.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/server_port_roudi.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/interface_port_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/subscriber_port_single_producer.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/client_port_data.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/publisher_port_roudi.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/ports/publisher_port_user.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/publisher_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_server_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/response.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/used_chunk_list.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/untyped_subscriber_impl.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/base_publisher.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/internal/popo/client_impl.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/iceoryx_posh_types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/version -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/version/version_info.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/version/compatibility_check_level.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/error_handling -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/error_handling/error_handling.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/iceoryx_posh_types.inl -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway/channel.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway/gateway_base.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway/toml_gateway_config_parser.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway/gateway_generic.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway/gateway_discovery.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/gateway/gateway_config.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/capro -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/capro/service_description.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/runtime -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/runtime/posh_runtime_single_process.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/runtime/service_discovery.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/runtime/node.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/runtime/posh_runtime.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/runtime/port_config_info.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/mepoo -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/mepoo/segment_config.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/mepoo/chunk_header.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/mepoo/mepoo_config.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/mepoo/chunk_settings.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/mepoo/memory_info.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/sample.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/untyped_publisher.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/response.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/client.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/server_options.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/request.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/port_queue_policies.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/notification_info.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/trigger_handle.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/notification_attorney.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/client_options.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/publisher.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/subscriber_options.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/untyped_server.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/server.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/notification_callback.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/listener.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/subscriber.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/user_trigger.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/trigger.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/publisher_options.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/untyped_client.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/untyped_subscriber.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/wait_set.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/rpc_header.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/popo/enum_trigger_type.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/iceoryx_posh_config.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh/iceoryx_poshConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh/iceoryx_poshConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh/iceoryx_poshTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh/iceoryx_poshTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_posh_testing.a -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/roudi_gtest.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/mocks -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/mocks/posh_runtime_mock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/mocks/chunk_mock.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/roudi_environment -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/roudi_environment/roudi_environment.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_posh/testing/roudi_environment/runtime_test_interface.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh_testing/iceoryx_posh_testingConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh_testing/iceoryx_posh_testingConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh_testing/iceoryx_posh_testingTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_posh_testing/iceoryx_posh_testingTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/bin/posh_moduletests -- Installing: /home/andre/Documents/iceoryx/install/bin/posh_integrationtests -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_introspection.a -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_introspection -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_introspection/introspection_types.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_introspection/iceoryx_introspection_app.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_introspection/introspection_app.hpp -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_introspection/iceoryx_introspectionConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_introspection/iceoryx_introspectionConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_introspection/iceoryx_introspectionTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_introspection/iceoryx_introspectionTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-introspection-client -- Installing: /home/andre/Documents/iceoryx/install/share/doc/iceoryx_binding_c/LICENSE -- Installing: /home/andre/Documents/iceoryx/install/lib/libiceoryx_binding_c.a -- Up-to-date: /home/andre/Documents/iceoryx/install/include/iceoryx/v -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/enums.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/chunk.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/c2cpp_enum_translation.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/cpp2c_waitset.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/cpp2c_publisher.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/cpp2c_enum_translation.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/cpp2c_service_description_translation.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/cpp2c_subscriber.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/internal/c2cpp_binding.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/wait_set.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/config.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/server.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/service_discovery.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/listener.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/error_handling -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/error_handling/error_handling.hpp -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/log.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/types.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/subscriber.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/notification_info.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/request_header.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/node.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/client.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/runtime.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/response_header.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/user_trigger.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/api.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/service_description.h -- Installing: /home/andre/Documents/iceoryx/install/include/iceoryx/v/iceoryx_binding_c/publisher.h -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_binding_c/iceoryx_binding_cConfigVersion.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_binding_c/iceoryx_binding_cConfig.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_binding_c/iceoryx_binding_cTargets.cmake -- Installing: /home/andre/Documents/iceoryx/install/lib/cmake/iceoryx_binding_c/iceoryx_binding_cTargets-release.cmake -- Installing: /home/andre/Documents/iceoryx/install/bin/binding_c_moduletests -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-publisher-helloworld -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-subscriber-helloworld -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-publisher-untyped -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-subscriber-untyped -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-publisher-with-options -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-subscriber-with-options -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-callbacks-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-callbacks-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-callbacks-with-context-data -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-waitset-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-waitset-gateway -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-waitset-grouping -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-waitset-individual -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-waitset-timer-driven-execution -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-request-response-client-basic -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-request-response-client-waitset -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-request-response-server-basic -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-request-response-server-listener -- Installing: /home/andre/Documents/iceoryx/install/bin/iceperf-bench-leader -- Installing: /home/andre/Documents/iceoryx/install/bin/iceperf-bench-follower -- Installing: /home/andre/Documents/iceoryx/install/bin/iceperf-roudi -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-offer-service -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-find-service -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-gateway -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-grouping -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-individual -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-timer-driven-execution -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-trigger -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-waitset-basic -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-callbacks-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-callbacks-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-callbacks-listener-as-class-member -- Installing: /home/andre/Documents/iceoryx/install/bin/single_process -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-radar -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-display -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-cheeky -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-roudi-static-segments -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-publisher-vector -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-subscriber-vector -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-publisher-complexdata -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-subscriber-complexdata -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-request-response-untyped-client -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-request-response-untyped-server -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-request-response-basic-client -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-request-response-waitset-client -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-request-response-basic-server -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-request-response-listener-server -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-user-header-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-user-header-untyped-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-user-header-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-user-header-untyped-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-user-header-publisher -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-c-user-header-subscriber -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-offer-service -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-find-service -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-wait-for-service -- Installing: /home/andre/Documents/iceoryx/install/bin/iox-cpp-discovery-monitor ```
elBoberido commented 1 year ago

@andre-nguyen sorry, this totally slipped my attention. I think the issue description was not clear enough. It isn't the case that the user has to invoke an additional cmake command but within the CMakeLists.txt. For example in iceoryx_hoofs/CMakeLists.txt on line 114/115 the iceoryx_hoofs_deployment.hpp is generated and on line 117 to 121 it is added to the install files. Ideally this would not be necessary and the iox_add_library would take care of this.