summaryrefslogtreecommitdiff
path: root/cmake/FindSymFPU.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindSymFPU.cmake')
-rw-r--r--cmake/FindSymFPU.cmake23
1 files changed, 13 insertions, 10 deletions
diff --git a/cmake/FindSymFPU.cmake b/cmake/FindSymFPU.cmake
index 0a1d41c1a..47f205961 100644
--- a/cmake/FindSymFPU.cmake
+++ b/cmake/FindSymFPU.cmake
@@ -1,16 +1,19 @@
-#####################
-## FindSymFPU.cmake
-## Top contributors (to current version):
-## 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):
+# Gereon Kremer, 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 SymFPU
# SymFPU_FOUND - should always be true
# SymFPU - interface target for the SymFPU headers
+##
find_path(SymFPU_INCLUDE_DIR NAMES symfpu/core/unpackedFloat.h)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback