Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake warnings #44

Open
jhanca-robotecai opened this issue Aug 26, 2024 · 0 comments
Open

Cmake warnings #44

jhanca-robotecai opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working priority: low

Comments

@jhanca-robotecai
Copy link
Contributor

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)
@alek-kam-robotec-ai alek-kam-robotec-ai self-assigned this Aug 27, 2024
@alek-kam-robotec-ai alek-kam-robotec-ai added bug Something isn't working priority: low labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: low
Projects
None yet
Development

No branches or pull requests

2 participants