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
# This was patched in subsequent versions, and backported in the release branches, but the broken version is still distributed in some cases (i.e. Ubuntu 20.04, but not 21.04).
28
28
# See https://github.com/FLAMEGPU/FLAMEGPU2/issues/575, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100102
29
29
if (CMAKE_CXX_COMPILER_ID STREQUAL"GNU")
30
-
# CUDA must be available.
31
-
enable_language(CUDA)
32
30
# Try to compile the test case file for inclusion of chrono.
0 commit comments