forked from Lainports/freebsd-ports
ChangeLog: https://github.com/CVC4/CVC4/releases/tag/1.7 * New Features: Proofs: Support for bit-vector proofs with eager bitblasting Strings: Support for str.replaceall operator. New option --re-elim SyGuS: Support for abduction (--sygus-abduct) * Improvements: Strings: Significantly better performance * Changes: API change: Expr::iffExpr() is renamed to Expr::eqExpr() Compiling the language bindings now requires SWIG 3 instead of SWIG 2. The CVC3 compatibility layer has been removed. The build system now uses CMake instead of Autotools
12 lines
390 B
Text
12 lines
390 B
Text
--- examples/CMakeLists.txt.orig 2019-06-06 19:10:39 UTC
|
|
+++ examples/CMakeLists.txt
|
|
@@ -17,9 +17,6 @@ add_custom_target(examples)
|
|
|
|
# Create target runexamples.
|
|
# Builds and runs all examples.
|
|
-add_custom_target(runexamples
|
|
- COMMAND ctest --output-on-failure -L "example" -j${NTHREADS} $(ARGS)
|
|
- DEPENDS examples)
|
|
|
|
# Add example target and create test to run example with ctest.
|
|
#
|