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 disabled telemetry incorrect message statement #1029

Closed ptheywood closed 1 year ago

ptheywood commented 1 year ago

The CMake message statement emitted when FLAMEGPU_SHARE_USAGE_SATTISTICS is disabled is malformed, producing:

...

- flamegpu version 2.0.0-rc+19136c1
STATUS,FLAMEGPU_SHARE_USAGE_STATISTICS is not selected! 

Support for academic software is dependant on evidence of impact. 
Enabling this option sends minimal anonymous usage statistics so 
that we can continue to develop the software under a FOSS licence.
See our documentation for more information of what we collect and 
why: https://docs.flamegpu.com/guide/telemetry.html

...

Should just be a minor syntax change, probably just a quoting issue.

ptheywood commented 1 year ago

The included URL is also incorrect, with telemetry docs at https://docs.flamegpu.com/guide/telemetry/ (or https://docs.flamegpu.com/guide/telemetry/index.html)