summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2018-12-10 00:30:06 -0800
committerThomas Groman <tgroman@nuegia.net>2018-12-10 00:30:06 -0800
commit5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88 (patch)
tree0b02ee7d5b710572adf3374b05f5d0ce4464c28b
parent02becbfe1b6dd56a6afdd90c0594b29abf5c0264 (diff)
downloadMultiMC-5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88.tar
MultiMC-5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88.tar.gz
MultiMC-5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88.tar.lz
MultiMC-5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88.tar.xz
MultiMC-5fb2c6334e7d5237db11695b4c0ec0f2d1e47c88.zip
Removed Google Analytics Tracking ID and call to ganalytics library0.6.2-tom
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 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