- Apr 26, 2018
-
- Nov 28, 2017
-
-
Jean-Christophe Fillion-Robin authored
Unless option have to be passed using the command line, this is the recommended approach to pass options. It avoids "command line length issues".
-
- Oct 10, 2017
-
-
Jean-Baptiste Vimort authored
Adding of a step for the configuration of iMSTK with OpenHaptics
-
- Oct 03, 2017
-
-
Jean-Baptiste Vimort authored
Contributor: Alexis Girault <alexis.girault@kitware.com>
-
- Apr 05, 2017
-
-
Nicholas Milef authored
Co-Authored-By:
Alexis Girault <alexis.girault@kitware.com>
-
- Mar 22, 2017
-
-
Dženan Zukić authored
-
- Mar 21, 2017
-
-
Dženan Zukić authored
-
- Nov 10, 2016
-
-
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.
-
- May 06, 2016
-
-
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)
-
- Apr 01, 2016
-
-
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.
-
- Mar 31, 2016
-
-
Sreekanth Arikatla authored
-
- Mar 21, 2016
-
-
Alexis Girault authored
-