From 5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 10 Dec 2018 00:30:06 -0800 Subject: Removed Google Analytics Tracking ID and call to ganalytics library --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72d75a99..85bdf447 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,8 +63,6 @@ set(MultiMC_NOTIFICATION_URL "" CACHE STRING "URL for checking for notifications # paste.ee API key set(MultiMC_PASTE_EE_API_KEY "utLvciUouSURFzfjPxLBf5W4ISsUX4pwBDF7N1AfZ" CACHE STRING "API key you can get from paste.ee when you register an account") -# Google analytics ID -set(MultiMC_ANALYTICS_ID "UA-87731965-2" CACHE STRING "ID you can get from Google analytics") #### Check the current Git commit and branch include(GetGitRevisionDescription) @@ -240,7 +238,6 @@ set(NBT_NAME MultiMC_nbt++) set(NBT_DEST_DIR ${LIBRARY_DEST_DIR}) add_subdirectory(libraries/libnbtplusplus) -add_subdirectory(libraries/ganalytics) # google analytics library add_subdirectory(libraries/systeminfo) # system information library add_subdirectory(libraries/hoedown) # markdown parser add_subdirectory(libraries/launcher) # java based launcher part for Minecraft -- cgit v1.2.3