sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Fix missing Lua::Lua target when using system Lua

Open syzygial opened this issue 5 months ago • 0 comments

Enabling tests/examples when using an installed version of Lua results in

CMake Error at examples/CMakeLists.txt:26 (target_link_libraries):
  Target "..." links to:

    Lua::Lua

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

syzygial avatar May 31 '25 16:05 syzygial