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 Warning (dev) at my-env/lib/python3.10/site-packages/niftypet/nipet/cmake/NiftyPETnipetConfig.cmake:30 (if):
Policy CMP0057 is not set: Support new IN_LIST if() operator. Run "cmake
--help-policy CMP0057" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
IN_LIST will be interpreted as an operator when the policy is set to NEW.
Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
CMakeLists.txt:186 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at my-env/lib/python3.10/site-packages/niftypet/nipet/cmake/NiftyPETnipetConfig.cmake:30 (if):
if given arguments:
"NOT" "_comp" "IN_LIST" "_supported_components"
Unknown arguments specified
I installed nipet from PyPy and used
and get
I had the same error when just using
The text was updated successfully, but these errors were encountered: