summaryrefslogtreecommitdiff
path: root/cmake/FindEditline.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindEditline.cmake')
-rw-r--r--cmake/FindEditline.cmake23
1 files changed, 13 insertions, 10 deletions
diff --git a/cmake/FindEditline.cmake b/cmake/FindEditline.cmake
index f6504d0d8..4fa2f892b 100644
--- a/cmake/FindEditline.cmake
+++ b/cmake/FindEditline.cmake
@@ -1,19 +1,22 @@
-#####################
-## FindEditline.cmake
-## Top contributors (to current version):
-## Andrew V. Jones, Mathias Preiner
-## This file is part of the CVC4 project.
-## Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
-## in the top-level source directory and their institutional affiliations.
-## All rights reserved. See the file COPYING in the top-level source
-## directory for licensing information.
-##
+###############################################################################
+# Top contributors (to current version):
+# Andrew V. Jones, Mathias Preiner
+#
+# This file is part of the cvc5 project.
+#
+# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+# in the top-level source directory and their institutional affiliations.
+# All rights reserved. See the file COPYING in the top-level source
+# directory for licensing information.
+# #############################################################################
+#
# Find Editline
# Editline_FOUND - found Editline lib
# Editline_INCLUDE_DIRS - the Editline include directory
# Editline_LIBRARIES - Libraries needed to use Editline
# Editline_COMPENTRY_FUNC_RETURNS_CHARPTR - Indicates if compentry function
# returns a (char *)
+##
# When finding libedit, use pkg-config to ensure we find all the required
# linking flags for libedit
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback