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
# Ensure that the found HIP version is at least the minimum required by FLAMEGPU, otherwise raise an error.
157
-
if (${hip_VERSION}VERSION_LESS${MINIMUM_SUPPORTED_HIP_VERSION})
157
+
if (${hip_VERSION}VERSION_LESS"${MINIMUM_SUPPORTED_HIP_VERSION}")
158
158
message(FATAL_ERROR"HIP ${MINIMUM_SUPPORTED_HIP_VERSION} or greater is required for compilation with FLAMEGPU_GPU=${FLAMEGPU_GPU} (found ${hip_VERSION})")
0 commit comments