]> Creatis software - FrontAlgorithms.git/blobdiff - cmake/Functions.cmake
...
[FrontAlgorithms.git] / cmake / Functions.cmake
index aebf89fa6749738c57a476d73dee13537aafd92c..91f026a7d5334c5798684ea40fc86d71b1e53b94 100644 (file)
@@ -177,8 +177,7 @@ FOREACH(_i ${_instances})
 
   ## -- Infere source code filenames
   MATH(EXPR _last_range "${cpPlugins_CONFIG_NUMBER_OF_FILES}-1")
-  SET(_out_code "${_i_path}/${_out_name}.h")
-  LIST(APPEND _hdrs ${_i_path}/${_out_name}.h)
+  SET(_out_code)
   FOREACH(_n RANGE 0 ${_last_range})
     LIST(APPEND _out_code ${_i_path}/${_out_name}_${_n}.cxx)
     LIST(APPEND _srcs ${_i_path}/${_out_name}_${_n}.cxx)