Time Nick Message 10:27 celeron55_ hmm, that's a weird name for a slice 10:39 nrz_ celeron55_, agree, but C++ comitee is sick and like to reinvent things (and slow) 16:43 Niklp Hi, I get these "You are using a relatively old version of LuaJIT. " warnings by cmake when I link mt against a git-cloned LuaJIT via -DLUA_INCLUDE_DIR and -DLUA_LIBRARY. Do I do something wrong on my end? 16:45 ROllerozxa false-positives are pretty common. if you know you are linking against an up to date luajit library manually then you shouldn't worry 17:36 sfan5 this check has no false-positives 17:36 sfan5 (that I'm aware of) 17:37 sfan5 this could mean your LUA_INCLUDE_DIR is not actually set correctly 17:53 Niklp I have set LUA_INCLUDE_DIR="/home/nik/minetest/lib/LuaJIT/src", lib/LuaJIT is the lj repo from github 17:55 sfan5 does that contain luajit.h? 17:56 sfan5 it seems luajit generates that at build-time so it might not 17:56 Niklp yes, luajit.h is in LuaJIT/src 17:58 sfan5 should be correct then 18:00 sfan5 can you share the CMakeFiles/CMakeConfigureLog.yaml? 18:03 Niklp of course, https://files.niklp.net/CMakeConfigureLog.yaml.txt 18:06 sfan5 hm looks like you found a false-positive 18:06 sfan5 but only when linking luajit statically because then its transitive dependencies are lost