Add CMake switch for disabling Discord Rich Presence and fix no llvm build

This commit is contained in:
Zion Nimchuk
2018-12-19 21:55:05 -08:00
committed by Megamouse
parent d643dcb43b
commit b5cbe02f4d
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
if(NOT WITHOUT_LLVM)
if(WITH_LLVM)
if(BUILD_LLVM_SUBMODULE)
message(STATUS "LLVM will be built from the submodule.")