Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Unknown CMake command "AW_CHECK_CUDA". #66

Open
Dysonsun opened this issue Oct 26, 2021 · 1 comment
Open

Unknown CMake command "AW_CHECK_CUDA". #66

Dysonsun opened this issue Oct 26, 2021 · 1 comment

Comments

@Dysonsun
Copy link

ase
Starting >>> lidar_point_pillars
--- stderr: lidar_point_pillars
CMake Error at CMakeLists.txt:9 (AW_CHECK_CUDA):
Unknown CMake command "AW_CHECK_CUDA".


Failed <<< lidar_point_pillars [0.13s, exited with code 1]

Summary: 0 packages finished [0.45s]
1 package failed: lidar_point_pillars
1 package had stderr output: lidar_point_pillars

@repa1030
Copy link

Hi Dysonsun,

It seems like that you do not have the Autoware Build Flags package inside your workspace. The cmake macro AW_CHECK_CUDA is defined there:
https://github.com/Autoware-AI/common/blob/master/autoware_build_flags/cmake/autoware_build_flags-extras.cmake
So make sure to add this package (and all required packages from the repos in build_depends.repos) to your workspace.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants