From 4837a9f093e94044fb7796d2ceb5252e7d396692 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 2 Oct 2015 10:36:55 +0100 Subject: [PATCH] Update final message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 552010c09..96483318f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -326,6 +326,6 @@ message(" +---------------------------+") message(" | Configuration completed |") message(" +---------------------------+") message("") -message(" You can now do 'make' to compile the package, 'make check' to test it and 'make install' to install it afterwards.") +message(" You can now do 'make' to compile the package, 'ctest' to test it and 'make install' to install it afterwards.") message("") message("")