diff OrthancServer/Sources/main.cpp @ 4649:e915102093de

New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Apr 2021 10:09:50 +0200
parents 4beebbb3636e
children 82a314325351
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Thu Apr 29 14:34:08 2021 +0200
+++ b/OrthancServer/Sources/main.cpp	Fri Apr 30 10:09:50 2021 +0200
@@ -1109,6 +1109,8 @@
         httpServer.SetSslVerifyPeers(false);
       }
 
+      LOG(INFO) << "Version of Lua: " << LUA_VERSION;
+
       if (lock.GetConfiguration().GetBooleanParameter("ExecuteLuaEnabled", false))
       {
         context.SetExecuteLuaEnabled(true);