aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricelimetea <fr3shtea@outlook.com>2022-05-03 00:27:14 +0100
committericelimetea <fr3shtea@outlook.com>2022-05-03 00:27:14 +0100
commit4fdb21b41400e789ca44a5cc1079469eb2508370 (patch)
tree5d3f1537bbcfe63bbc539198d28e9cb3296dc0b7
parenteeb5297284494c03f3b8e3927c5ed6cc3ca09a41 (diff)
downloadPrismLauncher-4fdb21b41400e789ca44a5cc1079469eb2508370.tar.gz
PrismLauncher-4fdb21b41400e789ca44a5cc1079469eb2508370.tar.bz2
PrismLauncher-4fdb21b41400e789ca44a5cc1079469eb2508370.zip
Compile with Java 7 in mind
-rw-r--r--libraries/launcher/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/launcher/CMakeLists.txt b/libraries/launcher/CMakeLists.txt
index e0149482..0a0a541c 100644
--- a/libraries/launcher/CMakeLists.txt
+++ b/libraries/launcher/CMakeLists.txt
@@ -4,7 +4,7 @@ find_package(Java 1.7 REQUIRED COMPONENTS Development)
include(UseJava)
set(CMAKE_JAVA_JAR_ENTRY_POINT org.multimc.EntryPoint)
-set(CMAKE_JAVA_COMPILE_FLAGS -target 8 -source 8 -Xlint:deprecation -Xlint:unchecked)
+set(CMAKE_JAVA_COMPILE_FLAGS -target 7 -source 7 -Xlint:deprecation -Xlint:unchecked)
set(SRC
org/multimc/EntryPoint.java