aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-10 15:36:23 +0200
committerThomas White <taw@physics.org>2020-09-10 15:36:23 +0200
commit15fb78fad837096798742da619594be00269d004 (patch)
tree8c296359f1715366282e45bf541ed1fb8251a3cd
parenta9775db4e0c085fa55637032be5a3629b96b831d (diff)
CMake: Fix error text
-rw-r--r--CMakeLists.txt4
1 files 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