LuaRocks install report multi target_link_libraries definitions
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 613
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Followed luarocks installation and report this cmake error:
CMake Error at CMakeLists.txt:145 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "yue". All uses of target_link_libraries with a target must be
either all-keyword or all-plain.
The uses of the keyword signature are here:
* CMakeLists.txt:139 (target_link_libraries)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with CMakeLists.txt lines 139-145 and reproduce the LuaRocks installation. Compare the target_link_libraries calls for the yue target; done is a successful installation without the reported CMake signature error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, lua
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100