Enabled CXX 11 support for CUDA code (required)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
## Astaroth Kernels
|
||||
add_library(astaroth_kernels STATIC kernels.cu)
|
||||
add_dependencies(astaroth_kernels dsl_headers)
|
||||
target_compile_features(astaroth_kernels PRIVATE cxx_std_11)
|
||||
|
Reference in New Issue
Block a user