This is an old revision of the document!
The DUNE cmake setup
DUNE uses cmake to control its build process (creates makefiles).
Debug build
By default, running the cmake on DUNE disables debugging. To enable this, add the '-DDEBUG=TRUE
' flag when invoking cmake.
Changing Toolchain
By default, the toolchain in 'dune/cmake/Toolchain.cmake
' is used. An example of setting up an alternative toolchain is available at Ubuntu cross compiling with libraries.