]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: require Lua 5.3 and up 38217/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Fri, 20 Nov 2020 14:02:45 +0000 (19:32 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Mon, 23 Nov 2020 09:45:21 +0000 (15:15 +0530)
fixes: https://tracker.ceph.com/issues/48312
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
src/CMakeLists.txt

index 2af3f66e3d4163280be58a24e0501ee6c39b1136..23cdbd44e79da795495272504c85dbda61e68c56 100644 (file)
@@ -511,7 +511,7 @@ endif(${WITH_LTTNG})
 
 add_subdirectory(global)
 
-find_package(Lua REQUIRED)
+find_package(Lua 5.3 REQUIRED)
 
 # rados object classes
 add_subdirectory(cls)