Skip to content
Snippets Groups Projects
Forked from iwr / amdis
1247 commits behind the upstream repository.
Name Last commit Last update
..
init
macro
src
CMakeLists.txt
README
The cmake version requires
   * AMDiS was build and installed using cmake or downloaded from www.amdis-fem.org 
      or installed from a package from http://www.amdis-fem.org. 
To use the cmake buildsystem, simply run
   cmake .
If your cmake complains about not to find AMDiS, you have at least two ways:
    1. run cmake -DAMDiS_DIR=<path-to-AMDiS> .
    2. run a graphic cmake tool (i.e. ccmake, cmake-gui, ...) and select your amdis 
    	configuration directory <path-to-AMDiS>

HINT: The <path-to-AMDiS> is the directoy containing the file AMDiSConfig.cmake.
If you installed AMDiS with a package manager, cmake should already find AMDiS.