summaryrefslogtreecommitdiff
path: root/src/util/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-11-20 16:32:03 -0800
committerGitHub <noreply@github.com>2020-11-20 16:32:03 -0800
commit729e5f91dd6979cf529e449fa9217e1007d13349 (patch)
treed04f5f7a6bb573c969544bb5d3cbe07b8e88dd6b /src/util/CMakeLists.txt
parent6edbfc98df1e9302f5051e33accc328ad7250c2b (diff)
Rename floatingpoint.h.in -> floatingpoin.h. (#5500)
Diffstat (limited to 'src/util/CMakeLists.txt')
-rw-r--r--src/util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt
index 94ded3777..a9b0b1dca 100644
--- a/src/util/CMakeLists.txt
+++ b/src/util/CMakeLists.txt
@@ -9,7 +9,6 @@
## directory for licensing information.
##
configure_file(symfpu_literal.h.in symfpu_literal.h)
-configure_file(floatingpoint.h.in floatingpoint.h)
configure_file(rational.h.in rational.h)
configure_file(integer.h.in integer.h)
configure_file(real_algebraic_number.h.in real_algebraic_number.h)
@@ -27,6 +26,7 @@ libcvc4_add_sources(
divisible.cpp
divisible.h
floatingpoint.cpp
+ floatingpoint.h
floatingpoint_size.cpp
floatingpoint_size.h
gmp_util.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback