summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-02 14:06:38 -0800
committerGitHub <noreply@github.com>2021-03-02 14:06:38 -0800
commit32699ab8393f4d3cb02c9a132ea174c7a1e5e958 (patch)
tree74947150d762c4d527bc2716d5255437827a5875 /CMakeLists.txt
parent0d5ab1705324e91d9788185cd16e1d4e6bf54fbe (diff)
Remove obsolete dependency on CxxTest. (#6038)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b48974cc3..060753864 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,9 +68,6 @@ endif()
if(CRYPTOMINISAT_DIR)
list(APPEND CMAKE_PREFIX_PATH "${CRYPTOMINISAT_DIR}")
endif()
-if(CXXTEST_DIR)
- list(APPEND CMAKE_PREFIX_PATH "${CXXTEST_DIR}")
-endif()
if(DRAT2ER_DIR)
list(APPEND CMAKE_PREFIX_PATH "${DRAT2ER_DIR}")
endif()
@@ -164,7 +161,6 @@ set(ABC_DIR "" CACHE STRING "Set ABC install directory")
set(ANTLR_DIR "" CACHE STRING "Set ANTLR3 install directory")
set(CADICAL_DIR "" CACHE STRING "Set CaDiCaL install directory")
set(CRYPTOMINISAT_DIR "" CACHE STRING "Set CryptoMiniSat install directory")
-set(CXXTEST_DIR "" CACHE STRING "Set CxxTest install directory")
set(DRAT2ER_DIR "" CACHE STRING "Set drat2er install directory")
set(GLPK_DIR "" CACHE STRING "Set GLPK install directory")
set(GMP_DIR "" CACHE STRING "Set GMP install directory")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback