Jean-Christophe Fillion-Robin

Results 811 comments of Jean-Christophe Fillion-Robin

Yes, let's keep it open.

@carlos-luque I re-based the topic we worked on during one of the project week. Is it something you could test ?

Let me know what you think of this more general approach. the idea is the following: Use with `get_directory_property` to get list of all [CACHE_VARIABLES](https://cmake.org/cmake/help/latest/prop_dir/CACHE_VARIABLES.html) Pass to project `` the...

> The …ITK_ITK... duplication is not very nice You read my mind ... I initially came up with `-DSlicer_ITK_EP_ITK_USE_MKL:BOOL=ON` but backtracked thinking it wouldn't be an issue to have the...

> can confirm why he recommended the higher-level approach. Explicitly passing each option allows to have a one-to-one mapping with what would be set in the `CMakeCache.txt` and avoid to...

> I would keep using the method implemented in ExtensionWizard, but probably move it to slicer.util so that it can be found more easily. :+1:

Et voila ! It works, the following set of documentation are now automatically generated and published: * If updated, `master` branch is always built and published on https://slicer.github.io/apidocs.slicer.org/master/ * Branches...

Thanks for the feedback. Just to refocus the discussion, in this case, building the doxygen _per se_ was never the issue. The problem was: * on the deployment side where...