I was compling openeb-4.3.0 no my jetson and was in the 'cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF' step when this error occured:
CMake Warning at sdk/modules/core/cpp/samples/metavision_sdk_get_started/CMakeLists.txt:20 (add_executable):
Cannot generate a safe runtime search path for target
metavision_sdk_get_started_v1 because there is a cycle in the constraint
graph:
dir 0 is [/usr/local/lib]
dir 1 must precede it due to runtime library [libmetavision_hal_discovery.so.4]
dir 1 is [/home/jetson/openeb-4.3.0/build/lib]
dir 0 must precede it due to runtime library [libmetavision_sdk_driver.so.4]
Some of these libraries may not be found correctly.