Skip to content
Snippets Groups Projects
user avatar
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
Name Last commit Last update