summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-09-02 11:30:57 -0700
committerGitHub <noreply@github.com>2020-09-02 11:30:57 -0700
commita692d44ed5ba0107113df54d2654417bc9f9c345 (patch)
tree6b26f74a13a9892855f700a1a3cae9b3d6c3b380 /CMakeLists.txt
parent0ee1b1371e7cf50c14883316fdd6374114799a99 (diff)
Use SMT-COMP configuration for competition build (#4995)
This commit changes our `competition` build to include the libraries that we have used for SMT-COMP by default. This makes it easier for users to reproduce our SMT-COMP configuration for performance measurements. We are using GPL libraries for this build type, so the commit adds color to highlight the fact that this build type produces a GPL build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02933762b..06e9c44f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -768,7 +768,7 @@ message("")
if(GPL_LIBS)
message(
- "CVC4 license : GPLv3 (due to optional libraries; see below)"
+ "CVC4 license : ${Yellow}GPLv3 (due to optional libraries; see below)${ResetColor}"
"\n"
"\n"
"Please note that CVC4 will be built against the following GPLed libraries:"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback