chore(CMakeLists): Typo

This commit is contained in:
Joe Hendrix 2019-07-26 14:53:12 -07:00 committed by Leonardo de Moura
parent 37ff241467
commit a113832342

View file

@ -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