mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 08:38:39 -06:00
UseJava: Allow relative path to manifest file just as with other sources
This commit is contained in:
@@ -444,7 +444,7 @@ function(add_jar _TARGET_NAME)
|
|||||||
|
|
||||||
if (_add_jar_MANIFEST)
|
if (_add_jar_MANIFEST)
|
||||||
set(_MANIFEST_OPTION m)
|
set(_MANIFEST_OPTION m)
|
||||||
set(_MANIFEST_VALUE ${_add_jar_MANIFEST})
|
get_filename_component (_MANIFEST_VALUE "${_add_jar_MANIFEST}" ABSOLUTE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (LIBRARY_OUTPUT_PATH)
|
if (LIBRARY_OUTPUT_PATH)
|
||||||
|
|||||||
Reference in New Issue
Block a user