summaryrefslogtreecommitdiff
path: root/cmake/ConfigureCVC4.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ConfigureCVC4.cmake')
-rw-r--r--cmake/ConfigureCVC4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ConfigureCVC4.cmake b/cmake/ConfigureCVC4.cmake
index cfbd1a1c2..84575d610 100644
--- a/cmake/ConfigureCVC4.cmake
+++ b/cmake/ConfigureCVC4.cmake
@@ -80,4 +80,4 @@ 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}")
+set(CVC4_PACKAGE_NAME "${PROJECT_NAME}")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback