mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Update Java version to 7+
Otherwise currently it doesn't build with newer Java
This commit is contained in:
parent
80beccb2c4
commit
c29b616497
2 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.1)
|
||||
project(launcher Java)
|
||||
find_package(Java 1.6 REQUIRED COMPONENTS Development)
|
||||
find_package(Java 7 REQUIRED COMPONENTS Development)
|
||||
|
||||
include(UseJava)
|
||||
set(CMAKE_JAVA_JAR_ENTRY_POINT JavaCheck)
|
||||
set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked)
|
||||
set(CMAKE_JAVA_COMPILE_FLAGS -target 7 -source 7 -Xlint:deprecation -Xlint:unchecked)
|
||||
|
||||
set(SRC
|
||||
JavaCheck.java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue