You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake deprecated find_package(CUDA) and find_package(PythonInterp) in releases 3.10 resp. 3.12. Starting with release 3.27.6, a warning is generated. This affects the 4.0, 4.1 and 4.2 lines of ESPResSo. The warning can be silenced by activating CMake policies CMP0146 resp. CMP0148, which indicate the deprecated find package methods are desired.
The development version of ESPResSo is unaffected, because it uses the recommended methods for detecting Python and CUDA libraries.
The text was updated successfully, but these errors were encountered:
CMake deprecated
find_package(CUDA)
andfind_package(PythonInterp)
in releases 3.10 resp. 3.12. Starting with release 3.27.6, a warning is generated. This affects the 4.0, 4.1 and 4.2 lines of ESPResSo. The warning can be silenced by activating CMake policies CMP0146 resp. CMP0148, which indicate the deprecated find package methods are desired.The development version of ESPResSo is unaffected, because it uses the recommended methods for detecting Python and CUDA libraries.
The text was updated successfully, but these errors were encountered: