demo/undocumented/mesh-quality/cpp/main.cpp is missing CMakeLists entry

Issue #176 resolved
Nico Schlömer created an issue

Just a little heads-up here: For a while now, on an entirely clean checkout I'm getting the CMake error

CMake Error at demo/CMakeLists.txt:25 (add_subdirectory):
  The source directory

    /home/nschloe/software/fenics/dolfin/dev/source/demo/undocumented/mesh-quality/cpp

  does not contain a CMakeLists.txt file.

so it might be worthwhile checking if there shouldn't be a CMakeLists.txt for the corresponding main.cpp for 1.3 is released.

Comments (6)

  1. Johan Hake

    Have you tried running:

    cmake/scripts/generate-cmakefiles
    

    or cleaning the whole repo before compiling:

    git clean -dxf
    
  2. Jan Blechta

    The possible explanation is that file is correctly generated but then it is removed by git because of commit f472047 when fiddling with repo.

  3. Johan Hake

    That is a likely explanation @blechta. I then think that any of mine suggestions should fix the problem.

  4. Log in to comment