2025-03-23 17:52:52 +01:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2025-03-16 08:57:41 +01:00
|
|
|
index 9682c39..43ddca5 100644
|
|
|
|
--- a/CMakeLists.txt
|
2025-03-23 17:52:52 +01:00
|
|
|
+++ b/CMakeLists.txt
|
2025-03-16 08:57:41 +01:00
|
|
|
@@ -321,7 +321,7 @@ SET(TeXworks_LIBS
|
|
|
|
# -------------------------------
|
|
|
|
|
|
|
|
IF ( WITH_LUA )
|
|
|
|
- find_package(TwxLua)
|
|
|
|
+ find_package(Lua ${LUA_VERSION} EXACT REQUIRED)
|
|
|
|
ENDIF()
|
|
|
|
|
|
|
|
IF ( WITH_PYTHON )
|