STEllAR-GROUP / octotiger

Astrophysics program simulating the evolution of star systems based on the fast multipole method on adaptive Octrees
http://octotiger.stellar-group.org/
Boost Software License 1.0
48 stars 18 forks source link

Fix cmake variable OCTOTIGER_ARCH_FLAG and OCTOTIGER_CUDA_ARCH. #439

Closed JiakunYan closed 1 year ago

JiakunYan commented 1 year ago

They accept strings as value, so we should not define them by option.

Using option will let them be converted to boolean values.