CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
This commit is contained in:
@ -202,7 +202,7 @@ void CrashHandler::Uninstall()
|
||||
}
|
||||
}
|
||||
|
||||
#elif defined(USE_LIBBACKTRACE)
|
||||
#elif defined(ENABLE_LIBBACKTRACE)
|
||||
|
||||
#include <backtrace.h>
|
||||
#include <cstdarg>
|
||||
|
||||
Reference in New Issue
Block a user