Closed pschlan closed 9 months ago
Seems this did the trick, thanks a lot! May I ask what the issue was? (Just curious.)
Dependencies of header only libraries were not built. See commit https://github.com/SoftwareNetwork/sw/commit/e0b66ba84e5245070e1b6b5f6aebae5cf1919a6a
Describe the bug
When adding sol2 to my cmake project, sw doesn't automatically build lua and the build fails.
Failure:
This can be worked around by building lua manually first:
In
.sw/cmake/sw.txt
and.sw/cmake/deps/*
, there is no line fororg.sw.demo.lua-5.4.6
.However I do see a declared dependency in
.sw/cmake/CMakeLists.txt
:(It's actually there twice, no copy&paste error.)
Expected behavior I would expect sw to build the lua dependency automatically.
To Reproduce Steps to reproduce the behavior:
Information:
Paste
sw --version
output.Write OS, its version (host/target)
Windows Server 2019 (1809) x64
Describe your compiler, its version
VS 2022