When building main branch against o3de and o3de-extras 2310.3 I can see the following warnings (Ubuntu 22.04, cmake 3.22.1):
[cmake] CMake Warning at /home/jhanca/devroot/o3de_main/o3de/cmake/LYWrappers.cmake:210 (add_library):
[cmake] Cannot generate a safe runtime search path for target RGL because files in
[cmake] some directories may conflict with libraries in implicit directories:
[cmake]
[cmake] runtime library [libpython3.10.so.1.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
[cmake] /home/jhanca/devroot/projects/ProjectName/build/linux/bin/profile
[cmake]
[cmake] Some of these libraries may not be found correctly.
[cmake] Call Stack (most recent call first):
[cmake] /home/jhanca/devroot/o3de-rgl-gem/Code/CMakeLists.txt:60 (ly_add_target)
[cmake]
[cmake]
[cmake] CMake Warning at /home/jhanca/devroot/o3de_main/o3de/cmake/LYWrappers.cmake:210 (add_library):
[cmake] Cannot generate a safe runtime search path for target RGL.Editor because
[cmake] files in some directories may conflict with libraries in implicit
[cmake] directories:
[cmake]
[cmake] runtime library [libpython3.10.so.1.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
[cmake] /home/jhanca/devroot/projects/ProjectName/build/linux/bin/profile
[cmake]
[cmake] Some of these libraries may not be found correctly.
[cmake] Call Stack (most recent call first):
[cmake] /home/jhanca/devroot/o3de-rgl-gem/Code/CMakeLists.txt:100 (ly_add_target)
When building
main
branch against o3de and o3de-extras2310.3
I can see the following warnings (Ubuntu 22.04, cmake 3.22.1):