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

Replace catkin_simple command to normal cmake command(really need help) #38

Open
zhaozhongch opened this issue Nov 7, 2020 · 0 comments

Comments

@zhaozhongch
Copy link

Thanks for answering questions... This is an awesome project to make the catkin code easier to compile.
However, now I want to add Cuda compilation. Normally when I compile cuda, I need to change

add_library()

to

cuda_add_library()

now it is cs_add_library()
I really don't know how to do with it. If I simply change it to cuda_add_library() of course compile will give error so I am wondering how could I just make this piece of code back to the general CMake command?

Thanks so much for help!

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

No branches or pull requests

1 participant