diff --git a/CMakeLists.txt b/CMakeLists.txt index fb6d7e7..01d6368 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,8 @@ set(MP_INSTALL_DEST "${CMAKE_INSTALL_LIBDIR}/cmake/melatonin_perfetto" message (STATUS "Cloning Perfetto...") +#set(FETCHCONTENT_UPDATES_DISCONNECTED_Perfetto ON) + FetchContent_Declare(Perfetto GIT_REPOSITORY https://android.googlesource.com/platform/external/perfetto GIT_TAG v41.0 diff --git a/melatonin_perfetto/melatonin_perfetto.h b/melatonin_perfetto/melatonin_perfetto.h index d8a0727..9afb5aa 100644 --- a/melatonin_perfetto/melatonin_perfetto.h +++ b/melatonin_perfetto/melatonin_perfetto.h @@ -16,9 +16,9 @@ END_JUCE_MODULE_DECLARATION #pragma once // I'm lazy and just toggle perfetto right here -// But you can define it in your build system or in the file that includes this +// But you can define it in your build system or in the file that includes this header #ifndef PERFETTO - #define PERFETTO 1 + #define PERFETTO 0 #endif #if PERFETTO