[cmake-developers] [review] add_jar (UseJava) uses cmake_parse_arguments

Rolf Eike Beer eike at sf-mail.de
Tue Mar 26 13:05:49 EDT 2013


Brad King wrote:

> @@ -190,6 +198,8 @@
>  # (To distribute this file outside of CMake, substitute the full
>  #  License text for the above reference.)
> 
> +include(CMakeParseArguments)
> +
>  function (__java_copy_file src dest comment)
>      add_custom_command(
>          OUTPUT  ${dest}

This should probably be 
include(${CMAKE_CURRENT_LIST_DIR}/CMakeParseArguments.cmake) to avoid issues 
with peoples having copies of that module lying around somewhere like we do it 
for FPHSA.

Eike
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20130326/661fdeb0/attachment.sig>


More information about the cmake-developers mailing list