diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index ebb82ffef51dba1579d20ef9d6854fa45235c437..7089e718d85f3fbb3071e3428acb3391e9ddaa90 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -14,10 +14,10 @@ endif(AMDIS_FOUND) find_path(TOOLS_DIR NAMES "baseProblem" "diffuseDomain" DOC "path to tools directory in AMDiS-trunk dir" NO_DEFAULT_PATH) if (TOOLS_DIR) if (NOT EXISTS ${TOOLS_DIR}/diffuseDomain/Helpers.h OR NOT EXISTS ${TOOLS_DIR}/baseProblems/BaseProblem.h) - message(FATAL_ERROR "wrong tools directory! Directory must contain the subdirectories 'diffuseDomain' and 'baseProblems'") + message(FATAL_ERROR "Wrong tools directory! Directory must contain the subdirectories 'diffuseDomain' and 'baseProblems'") endif() else() - message(FATAL_ERROR "no tools-directory specified!") + message(FATAL_ERROR "No tools-directory specified!") endif(TOOLS_DIR) include_directories(${TOOLS_DIR}/diffuseDomain)