From c7e7d5e980401e768e1f0471d83918c9507888b9 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 23 Aug 2018 20:58:15 +0200 Subject: [PATCH] improve wording of error message --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afd81594..af6b9a92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,9 +83,9 @@ if (NOT PHP_BIN) endif() # sanity check if PHP binary exists if (NOT EXISTS ${PHP_BIN}) - message(FATAL_ERROR "PHP binary not found install php or provide location by -DPHP_BIN=/path/php ") + message(FATAL_ERROR "PHP binary not found. Install php or provide location with -DPHP_BIN=/path/php ") endif() -message (STATUS "Setting PHP_BIN= " ${PHP_BIN}) +message (STATUS "Using PHP binary " ${PHP_BIN}) #----------------------------------------------------------------------------- # -- 2.39.5