FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
106 stars 22 forks source link

Cmake version deprecations fix #1168

Closed ptheywood closed 10 months ago

ptheywood commented 11 months ago

Fixes deprecation notice of removal of cmake_minimum_required <= 3.5 in dependencencies with CMake >= 3.27 (or 3.26.4?).

Closes #1156

ptheywood commented 10 months ago

vis pr merged, need to update hash then can merge this.