xkaraman left a comment (kamailio/kamailio#4578)
> Any opinions in sort-of-meta/pseudo-modules? where a folder is created for
> such module, like app_lua52, but then it has only the CMakeLists.txt and
> minimal docs to inform about its role, then pointing to the main folder.
>> A workaround would be to have seperate folders `app_lua51` with just a
>> `CMakeLists.txt`, using the sources of `app_lua`. and then use groups as you
>> suggested to enable them on a seperate group.
That was my intention on this workaround.
> Similarly, I created the folder `src/modules/app_lua52` with some minimal
> `doc/` subfolder and `README`, plus the `CMakeLists.txt ` with the following
> content:
Yeah tried it as well, you need to unset the LUA_LIBRARY `unset(LUA_LIBRARY)`
as well. It might be also needed to define it that it's a CACHE variable by
`unset(LUA_LIBRARY CACHE)` and it should work as expected
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4578#issuecomment-3860102287
You are receiving this because you commented.
Message ID: <kamailio/kamailio/issues/4578/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!