summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/00-debian-config.cmake1
-rw-r--r--conf.d/cmake/00-fedora-config.cmake1
-rw-r--r--conf.d/cmake/00-suse-config.cmake1
4 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject de031182cb49d2d0a84a09cc12c50cc6d05a37d
+Subproject 2e8abc421151b81272f7ab988e494fd29eb431f
diff --git a/conf.d/cmake/00-debian-config.cmake b/conf.d/cmake/00-debian-config.cmake
new file mode 100644
index 0000000..466c4de
--- /dev/null
+++ b/conf.d/cmake/00-debian-config.cmake
@@ -0,0 +1 @@
+add_required_module(lua-5.3 REQUIRED lua-5.3>=5.3)
diff --git a/conf.d/cmake/00-fedora-config.cmake b/conf.d/cmake/00-fedora-config.cmake
new file mode 100644
index 0000000..7b4a99a
--- /dev/null
+++ b/conf.d/cmake/00-fedora-config.cmake
@@ -0,0 +1 @@
+add_required_module(lua REQUIRED lua>=5.3)
diff --git a/conf.d/cmake/00-suse-config.cmake b/conf.d/cmake/00-suse-config.cmake
new file mode 100644
index 0000000..7b4a99a
--- /dev/null
+++ b/conf.d/cmake/00-suse-config.cmake
@@ -0,0 +1 @@
+add_required_module(lua REQUIRED lua>=5.3)