Merge topic 'UseJava-relative-manifest'
56c11eee
UseJava: Allow relative path to manifest file just as with other sources
This commit is contained in:
commit
c3bb76dfd2
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue