Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Dominic Kempf's avatar
    3824de87
    Fix dune_symlink_to_source_tree for cmake 3.1 · 3824de87
    Dominic Kempf authored
    CMake 3.1 issued a lot of warnings because it tried to symlink:
    - git specific subdirs that are not present in the build tree
    - build directories that are a subdir of the source instead of a sibling
    
    The change
    - adds a symlink iff a CMakeLists file was found in the source dir.
    - excludes such build directory.
    3824de87
    History
    Fix dune_symlink_to_source_tree for cmake 3.1
    Dominic Kempf authored
    CMake 3.1 issued a lot of warnings because it tried to symlink:
    - git specific subdirs that are not present in the build tree
    - build directories that are a subdir of the source instead of a sibling
    
    The change
    - adds a symlink iff a CMakeLists file was found in the source dir.
    - excludes such build directory.