Skip to content
  • 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