TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
88 stars 40 forks source link

[CMake] using outdated packages for finding Python #1835

Open KrisThielemans opened 1 week ago

KrisThielemans commented 1 week ago

The main CMakeLists.txt is up-to-date https://github.com/TomographicImaging/CIL/blob/f239f8778b1721a4217ca7c2d48cddceabb68523/CMakeLists.txt#L55 but the wrapper code is outdated https://github.com/TomographicImaging/CIL/blob/f239f8778b1721a4217ca7c2d48cddceabb68523/Wrappers/Python/CMakeLists.txt#L22 https://github.com/TomographicImaging/CIL/blob/f239f8778b1721a4217ca7c2d48cddceabb68523/Wrappers/Python/CMakeLists.txt#L49 now leading to serious warnings from CMake.