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

Wrong CMake tests on CudaCommon_SOURCE_DIR #655

Closed
SimonRit opened this issue Dec 16, 2024 · 2 comments
Closed

Wrong CMake tests on CudaCommon_SOURCE_DIR #655

SimonRit opened this issue Dec 16, 2024 · 2 comments
Assignees
Milestone

Comments

@SimonRit
Copy link
Collaborator

RTK code tests CudaCommon_SOURCE_DIR at two lowations since #617 :

if(CudaCommon_SOURCE_DIR)

#ifdef CudaCommon_SOURCE_DIR

That does not seem to have the expected effect as

  • I'm not able to compile the Python wrappings with the error
CMake Error: File /home/srit/src/itk/itk/Modules/Remote/CudaCommon/wrapping/CudaImage.i.init does not exist.
  • There are compilation errors on the dashboard, see e.g. here
@SimonRit SimonRit added this to the RTK 2.7 milestone Dec 16, 2024
@SimonRit
Copy link
Collaborator Author

SimonRit commented Dec 16, 2024

Do you mind taking a look @LucasGandel?

@SimonRit
Copy link
Collaborator Author

Fixed by #659

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

2 participants