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