Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CMake message when telemetry is disabled #1030

Merged
merged 2 commits into from
Jan 18, 2023
Merged

Conversation

ptheywood
Copy link
Member

@ptheywood ptheywood commented Jan 12, 2023

Fix CMake message when telemetry is disabled

Minor syntax fix, some indentation and a correct URI.

Fixes method namespacing suggested by the Telemetry::encourageUsage

Closes #1029

Minor syntax fix, some indentation and a correct URI

Closes #1029
@ptheywood
Copy link
Member Author

New output when configuring with telemetry disabled:

...
-- flamegpu version 2.0.0-rc.1+6aca1e04
-- 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
-- -----Configuring Project: boids_bruteforce-----
...

@mondus mondus merged commit 9098a31 into master Jan 18, 2023
@mondus mondus deleted the telemetry-cmake-message branch January 18, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake disabled telemetry incorrect message statement
2 participants