From: Matthias Maier Date: Tue, 5 Jun 2018 02:15:36 +0000 (-0500) Subject: CMake: fix path in description X-Git-Tag: v9.1.0-rc1~1076^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=789d3bd34ccb536ec897ab02e681230d522fe518;p=dealii.git CMake: fix path in description --- 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()