summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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