FLAMEGPU / FLAMEGPU2

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

CMake 3.27 Deprecation warnings (dependencies) #1156

Closed ptheywood closed 8 months ago

ptheywood commented 10 months ago

Cmake 3.26?27? deprecates compatibility with CMake < 3.5 in cmake_minimum_required calls.

These are triggered by sevarl of our dependencies. We should update versions of our depenenceies to ensure futre CMake support.