We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dc382 commit 2bf19dbCopy full SHA for 2bf19db
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
2
3
project(MelatoninPerfetto
4
- VERSION 1.3.0
+ VERSION 1.4.0
5
LANGUAGES CXX
6
DESCRIPTION "JUCE module for profiling with Perfetto"
7
HOMEPAGE_URL "https://github.com/sudara/melatonin_perfetto")
@@ -27,7 +27,7 @@ set(MP_INSTALL_DEST "${CMAKE_INSTALL_LIBDIR}/cmake/melatonin_perfetto"
27
28
29
message (STATUS "Grabbing Perfetto...")
30
-CPMAddPackage(gh:google/perfetto@51.2)
+CPMAddPackage(gh:google/perfetto@53.0)
31
32
# we need to manually set up a target for Perfetto
33
add_library(perfetto STATIC)
0 commit comments