FLAMEGPU / FLAMEGPU2

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

Cmake version deprecations fix #1168

Closed ptheywood closed 5 months ago

ptheywood commented 6 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 5 months ago

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