Skip to content
Snippets Groups Projects
Commit 60fb9ae8 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

boost always required, first amdis gui reference manual

parent aa99041a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 2.6)
#needs: --enable-debug, enable-intel --enable-openmp --enable-parmetis --enable-parallel-domain --enable-umfpack --enable-mkl --enable-boost --enable-marmot
#TODO: use the cmake build type
option(ENABLE_DEBUG "debug" false)
#option(ENABLE_INTEL "use intel compiler" false)
option(ENABLE_OPENMP "use openmp" false)
......@@ -16,7 +17,7 @@ option(ENABLE_MKL "use the mkl" false)
SET(MKL_DIR "" CACHE STRING "MKL directory")
option(ENABLE_DUNE "use dune" false)
SET(DUNE_DIR "" CACHE STRING "Dune directory")
option(ENABLE_BOOST "use the boost library" false)
#option(ENABLE_BOOST "use the boost library" false)
option(ENABLE_MARMOT "use marmot" false)
option(ENABLE_GUI "compile the gui" false)
#option(ENABLE_TESTS "compile the tests" false)
......@@ -30,10 +31,10 @@ if(ENABLE_INTEL)
#SET(CMAKE_C_COMPILER "icc")
endif(ENABLE_INTEL)
if(ENABLE_BOOST)
#if(ENABLE_BOOST)
SET(COMPILEFLAGS "${COMPILEFLAGS} -DHAVE_BOOST=1")
find_package(Boost 1.42 REQUIRED)
endif(ENABLE_BOOST)
#endif(ENABLE_BOOST)
SET(LIB_DIR ./lib)
SET(SOURCE_DIR ./src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment