← Back to team overview

dolfin team mailing list archive

Compile problems

 

Sometimes when I rebuild DOLFIN (after changing things by just typing
make in the build directory), I get this error:

-- (**) SCOTCH
CMake Error at dolfin/CMakeLists.txt:208 (add_library):
  "/home/logg/scratch/src/dolfin-dev/build"

  " which has leading or trailing whitespace.  This is now an error
  according
  to policy CMP0004.

Line 208 in that file is

  add_library(dolfin SHARED ${DOLFIN_H} ${HEADERS} ${SOURCES})

Any ideas what goes wrong?

--
Anders



Follow ups