Skip to content
Snippets Groups Projects
  1. May 21, 2015
  2. Apr 07, 2015
    • Dominic Kempf's avatar
      [CMake][bugfix] Fix dune_symlink_to_source_tree · 552fc174
      Dominic Kempf authored
      I was bitten again by not properly cleaning build directories
      while testing build system features. With this patch, the feature
      * builds the symlinks in finalize_project instead of dune_project
        Only there the existence of the subdirectories in the build tree
        is guaranteed.
      * The globbing expression is sane again.
      * Properly excludes build directories
      * works with cmake 2.8 and 3.1, per-module or global out-of-source builds.
      552fc174
  3. Apr 01, 2015
    • Dominic Kempf's avatar
      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
  4. Mar 24, 2015
  5. Mar 06, 2015
Loading