summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-09-11 15:34:48 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit2c68c3e9009d7c893f92b7023c2122c763e697ca (patch)
tree3476cfc18e0f09f7103dc3dd8226fa244514af92 /CMakeLists.txt
parent6f564edc3baed8cf1c4bbd0467c29dfca3a120b6 (diff)
cmake: configure.sh wrapper: Fix handling of options with arguments.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e2a61c1f..7c7715ad3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -694,10 +694,10 @@ if(GMP_DIR)
message("GMP dir : ${GMP_DIR}")
endif()
if(LFSC_DIR)
- message("LFSC dir : ${LFSC_DIR}")
+ message("LFSC dir : ${LFSC_DIR}")
endif()
if(SYMFPU_DIR)
- message("SYMFPU dir : ${SYMFPU_DIR}")
+ message("SYMFPU dir : ${SYMFPU_DIR}")
endif()
message("")
message("CPPLAGS (-D...) : ${CVC4_DEFINITIONS}")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback