summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-19 10:21:54 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit1b77e124cc4d2a66b3be60529ed3714731b6f8a4 (patch)
tree810905208307a7ba9a39b4b479a98f1ff83c3db9 /cmake
parent65a713e53cefa95fcff1b2db30046edf943b3390 (diff)
cmake: Move PACKAGE_NAME to ConfigureCVC4, more cleanup.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ConfigureCVC4.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/ConfigureCVC4.cmake b/cmake/ConfigureCVC4.cmake
index f60e9043e..cfbd1a1c2 100644
--- a/cmake/ConfigureCVC4.cmake
+++ b/cmake/ConfigureCVC4.cmake
@@ -79,3 +79,5 @@ check_c_source_compiles(
set(CVC4_CLN_IMP ${CVC4_USE_CLN_IMP})
# Defined if using the GMP multi-precision arithmetic library.
set(CVC4_GMP_IMP ${CVC4_USE_GMP_IMP})
+# Define the full name of this package.
+set(PACKAGE_NAME "${PROJECT_NAME}")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback