Skip to content
Snippets Groups Projects
Commit 56c11eee authored by Marc Chevrier's avatar Marc Chevrier Committed by Brad King
Browse files

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

parent 6f6897f1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment