From 789d3bd34ccb536ec897ab02e681230d522fe518 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 4 Jun 2018 21:15:36 -0500 Subject: [PATCH] CMake: fix path in description --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index d6dc15fb19..7cf7aa4c7a 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -26,7 +26,7 @@ IF("${DEAL_II_PACKAGE_NAME}" STREQUAL "") "the path in the cmake invocation does not end in \".../source\". If you " "have created a \"build\" subdirectory, the cmake invocation should simply " "be of the form:\n" - " $ cmake [...options...] /..\n" + " $ cmake [...options...] ../\n" "(path not ending in \".../source\")" ) ENDIF() -- 2.39.5