mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
fixed java build option
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -1320,10 +1320,6 @@ if(DEFINED Launcher_APP_BINARY_DEFS)
|
||||
target_compile_definitions(Launcher_logic PRIVATE ${Launcher_APP_BINARY_DEFS})
|
||||
endif()
|
||||
|
||||
if(ENABLE_JAVA_DOWNLOADER)
|
||||
target_compile_definitions(Launcher_logic PUBLIC ENABLE_JAVA_DOWNLOADER)
|
||||
endif()
|
||||
|
||||
install(TARGETS ${Launcher_Name}
|
||||
BUNDLE DESTINATION "." COMPONENT Runtime
|
||||
LIBRARY DESTINATION ${LIBRARY_DEST_DIR} COMPONENT Runtime
|
||||
|
Reference in New Issue
Block a user