diff options
author | Thomas Groman <tgroman@nuegia.net> | 2018-12-09 21:48:48 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2018-12-09 21:48:48 -0800 |
commit | 40229cf7b45675487b29bd5efe92eb72d9ffd676 (patch) | |
tree | 3b0d0b00aff36b7ef92e04f415630c85fae187f8 | |
parent | c4fb255af3acae600197ba7c5e022bec0daa31f8 (diff) | |
download | MultiMC-40229cf7b45675487b29bd5efe92eb72d9ffd676.tar MultiMC-40229cf7b45675487b29bd5efe92eb72d9ffd676.tar.gz MultiMC-40229cf7b45675487b29bd5efe92eb72d9ffd676.tar.lz MultiMC-40229cf7b45675487b29bd5efe92eb72d9ffd676.tar.xz MultiMC-40229cf7b45675487b29bd5efe92eb72d9ffd676.zip |
Commented out ganalytics target link
-rw-r--r-- | application/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index d67540b9..a63167dc 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -295,7 +295,8 @@ qt5_add_resources(MULTIMC_RESOURCES ${MULTIMC_QRCS}) # Add executable add_executable(MultiMC MACOSX_BUNDLE WIN32 ${MULTIMC_SOURCES} ${MULTIMC_UI} ${MULTIMC_RESOURCES} ${MULTIMC_RCS}) -target_link_libraries(MultiMC MultiMC_gui ${QUAZIP_LIBRARIES} hoedown MultiMC_rainbow LocalPeer ganalytics) +#target_link_libraries(MultiMC MultiMC_gui ${QUAZIP_LIBRARIES} hoedown MultiMC_rainbow LocalPeer ganalytics) +target_link_libraries(MultiMC MultiMC_gui ${QUAZIP_LIBRARIES} hoedown MultiMC_rainbow LocalPeer) if(DEFINED MultiMC_APP_BINARY_NAME) set_target_properties(MultiMC PROPERTIES OUTPUT_NAME "${MultiMC_APP_BINARY_NAME}") endif() |