[all-commits] [llvm/llvm-project] b5467e: [lldb] Use LLDB_ENABLE_SWIG as the canonical CMake...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 30 12:46:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5467ecc0f3b22082023e99412d4148ac41530be
https://github.com/llvm/llvm-project/commit/b5467ecc0f3b22082023e99412d4148ac41530be
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M lldb/cmake/modules/FindLuaAndSwig.cmake
M lldb/cmake/modules/FindPythonAndSwig.cmake
Log Message:
-----------
[lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variable
Use LLDB_ENABLE_SWIG instead of SWIG_EXECUTABLE or SWIG_FOUND as the
canonical CMake variable to determine whether we have SWIG available in
LLDB. This is a follow-up to b3c978e850d3.
More information about the All-commits
mailing list