From dbe3e458d3e25fb092a5468a8fe551a6e7486aed Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Fri, 18 Dec 2020 12:09:06 +0100 Subject: renaming 'libcxx' -> 'libc++' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 82652e1a..a37d5f0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -562,7 +562,7 @@ else() endif() ################################################################################ -# KLEE libcxx support +# KLEE libc++ support ################################################################################ option(ENABLE_KLEE_LIBCXX "Enable libc++ for klee" OFF) if (ENABLE_KLEE_LIBCXX) -- cgit 1.4.1