Merge topic 'UseJava-relative-manifest'

56c11eee UseJava: Allow relative path to manifest file just as with other sources
This commit is contained in:
Brad King 2015-12-07 09:22:43 -05:00 committed by CMake Topic Stage
commit c3bb76dfd2
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)