You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
When building
main
branch against o3de and o3de-extras2310.3
I can see the following warnings (Ubuntu 22.04, cmake 3.22.1):The text was updated successfully, but these errors were encountered: