Skip to content

Commit

Permalink
Removed space.
Browse files Browse the repository at this point in the history
  • Loading branch information
elpablo committed Oct 8, 2010
1 parent c555630 commit e833aab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMake/mafDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if(SWIG_FOUND)
set(CMAKE_SWIG_FLAGS "")

macro(maf_wrap project target name language input deps)

set(wrap_output ${project}_wrap_${language}.cpp)
add_custom_command(
OUTPUT ${wrap_output}
Expand All @@ -52,7 +51,6 @@ if(SWIG_FOUND)
MAIN_DEPENDENCY ${input}
COMMENT "Wrapping ${input} to ${language}")
set(${target} ${${target}} ${wrap_output})

endmacro(maf_wrap)

mark_as_advanced(SWIG_DIR)
Expand Down

0 comments on commit e833aab

Please sign in to comment.