From 15fb78fad837096798742da619594be00269d004 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 10 Sep 2020 15:36:23 +0200 Subject: CMake: Fix error text --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0256bbb9..ad95a7f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,8 +162,8 @@ check_symbol_exists(clock_gettime "time.h" HAVE_CLOCK_GETTIME) # Check for argp check_symbol_exists(argp_parse "argp.h" HAVE_ARGP) if (NOT HAVE_ARGP) - message(ERROR "argp not found. If you're building on Mac OS using libraries" - "from Homebrew, install argp-standalone.") + message(ERROR " argp not found. If you're building on Mac OS using libraries" + " from Homebrew, install argp-standalone.") endif (NOT HAVE_ARGP) # Add the libcrystfel target -- cgit v1.2.3