mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Compile with Java 7 in mind
This commit is contained in:
parent
eeb5297284
commit
4fdb21b414
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue