Skip to content
Snippets Groups Projects
  1. Apr 26, 2018
  2. Nov 28, 2017
  3. Oct 10, 2017
  4. Oct 03, 2017
  5. Apr 05, 2017
  6. Mar 22, 2017
  7. Mar 21, 2017
  8. Nov 10, 2016
    • Alexis Girault's avatar
      ENH: use HTTPS for external dependencies on github · aceb5d17
      Alexis Girault authored
      googletest git repository was using the SSH protocol
      instead of HTTPS, which requires users to add an
      ssh_key on github.com.
      
      We switch all those external projects to HTTPS protocol,
      but keep the ones hosted by ourselves on gitlab.kitware.com
      in SSH since we might be contributing back to those
      during development.
      aceb5d17
  9. May 06, 2016
    • Alexis Girault's avatar
      ENH: Improve external project architecture · 4d20ee2a
      Alexis Girault authored
      1) Only output to CMAKE_XXX_OUTPUT_DIRECTORY without
      worrying about CMAKE_CONFIGURATION_TYPES
      
      2) Use CMAKE_CFG_INTDIR to correctly set CMAKE_LIBRARY_PATH
      after the change 1)
      
      3) Use mark_as_superbuild() to pass variables to external
      projects and innerbuild. (${PROJECT_NAME}_EP_ARGS)
      
      4) Remove unecessary steps in eigen project (only includes, no lib)
      
      5) Use standard imstkAddExternalProject for Uncrustify (not tested)
      4d20ee2a
  10. Apr 01, 2016
    • Alexis Girault's avatar
      COMP: Fix for VegaFEM on VS · a4138e23
      Alexis Girault authored
      All projects output directories are now common in
      the top level. This commit takes care of the
      CMAKE_CONFIGURATION_TYPES for Visual Studio.
      
      With this commit the Find_XXX.cmake files do not need
      HINTS anymore since all targets are built in a same
      directory known to CMAKE_LIBRARY_PATH, and all headers
      directories are referenced in CMAKE_INCLUDE_PATH.
      a4138e23
  11. Mar 31, 2016
  12. Mar 21, 2016
Loading