From a1138323424eefa6daccc375d058b9ecefafffcf Mon Sep 17 00:00:00 2001 From: Joe Hendrix Date: Fri, 26 Jul 2019 14:53:12 -0700 Subject: [PATCH] chore(CMakeLists): Typo --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f0fd9994a..a0fc125459 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,7 +33,7 @@ option(JEMALLOC "JEMALLOC" OFF) # When OFF we disable JSON support to support older compilers option(JSON "JSON" ON) # When OFF we disable LLVM support -option(JSON "LLVM" ON) +option(LLVM "LLVM" ON) # When cross-compiling, we do not compile the standard library since # the executable will not work on the host machine