Browse Source

UseSWIG: Add target language and input file in command description

pull/324/head
Sylvain Joubert 7 years ago
parent
commit
2fc43415ef
  1. 2
      Modules/UseSWIG.cmake

2
Modules/UseSWIG.cmake

@ -485,7 +485,7 @@ function(SWIG_ADD_SOURCE_TO_MODULE name outfiles infile)
MAIN_DEPENDENCY "${swig_source_file_fullname}"
DEPENDS ${swig_dependencies}
IMPLICIT_DEPENDS CXX "${swig_source_file_fullname}"
COMMENT "Swig source"
COMMENT "Swig compile ${infile} for ${SWIG_MODULE_${name}_SWIG_LANGUAGE_FLAG}"
COMMAND_EXPAND_LISTS)
set_source_files_properties("${swig_generated_file_fullname}" ${swig_extra_generated_files}
PROPERTIES GENERATED 1)

Loading…
Cancel
Save