UseJava: Allow relative path to manifest file just as with other sources

This commit is contained in:
Marc Chevrier 2015-12-03 12:35:37 +01:00 committed by Brad King
parent 6f6897f1ae
commit 56c11eee13
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ function(add_jar _TARGET_NAME)
if (_add_jar_MANIFEST)
set(_MANIFEST_OPTION m)
set(_MANIFEST_VALUE ${_add_jar_MANIFEST})
get_filename_component (_MANIFEST_VALUE "${_add_jar_MANIFEST}" ABSOLUTE)
endif ()
if (LIBRARY_OUTPUT_PATH)