summaryrefslogtreecommitdiff
path: root/cmake/ConfigureCVC4.cmake
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-10-20 14:53:19 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-10-20 14:53:19 -0700
commit0b515de430771d9bdc15fc29d41b391f1cc7c1fd (patch)
treeafa45c418e24d6479a470a0428db39a99be76cd9 /cmake/ConfigureCVC4.cmake
parentf3e1b280ae2bcea29856b9a113633e7064a08faa (diff)
Remove antlr_undefines.h. (#2664)
Is not required anymore since we don't use autotools anymore.
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