aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-27 17:00:15 -0500
committerGitHub <noreply@github.com>2022-01-27 17:00:15 -0500
commit33aac2985a79fb7d7eec82c9fb7eac3973779cce (patch)
tree4595f6d2b696e2aa1626d7c25e2f998e5479ea9e /CMakeLists.txt
parentad6e3a08683c388a1949e4fb362f85065b77c75b (diff)
parent361ce7818ec8891e9a35bdfac4cdea77a0b6a949 (diff)
downloadPrismLauncher-33aac2985a79fb7d7eec82c9fb7eac3973779cce.tar.gz
PrismLauncher-33aac2985a79fb7d7eec82c9fb7eac3973779cce.tar.bz2
PrismLauncher-33aac2985a79fb7d7eec82c9fb7eac3973779cce.zip
Merge pull request #105 from Scrumplex/rss-begone
Remove news
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5006b4d..6a9511b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,9 +45,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
##################################### Set Application options #####################################
-######## Set URLs ########
-set(Launcher_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetch Launcher's news RSS feed from.")
-
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 1)
set(Launcher_VERSION_MINOR 0)