PAL_linux.cmake 848 B

123456789101112131415161718192021
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(PAL_TRAIT_ROS2ROBOTIMPORTER_SUPPORTED TRUE)
  9. set(PAL_TRAIT_ROS2ROBOTIMPORTER_TEST_SUPPORTED FALSE)
  10. set(PAL_TRAIT_ROS2ROBOTIMPORTER_EDITOR_TEST_SUPPORTED TRUE)
  11. if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
  12. ly_associate_package(PACKAGE_NAME sdformat-13.5.0-rev2-linux
  13. TARGETS sdformat
  14. PACKAGE_HASH b8e988954c07f41b99ba0950da3f4d3e8489ffabaaff157f79ab0c716e2142e0)
  15. elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
  16. ly_associate_package(PACKAGE_NAME sdformat-13.5.0-rev2-linux-aarch64
  17. TARGETS sdformat
  18. PACKAGE_HASH 7e51cc60c61a058c1f8aba7277574946ab974af3ff4601884e72380e8585c0ea)
  19. endif()