0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

Bump meson version requirement to 1.1.

This commit is contained in:
Bartosz Taudul
2024-02-11 17:32:42 +01:00
parent 8731f3bc73
commit 7f04c66ef1

View File

@@ -1,4 +1,4 @@
project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=0.63.0')
project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=1.1.0')
# internal compiler flags
tracy_compile_args = []