Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error when generating cmake #5779

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

cmolocznik
Copy link

fixed error when generating cmake (xmake project -k cmake) for a target that has a dependency (via add_deps) on another target.

error: method 'insert' is not callable (a nil value)

called insert as a method on a table instead of table.insert

…et that has a dependency (via add_deps) on another target.

error: method 'insert' is not callable (a nil value)

called insert as a method on a table instead of table.insert
@cmolocznik cmolocznik changed the title fixed error when generating cmake fix error when generating cmake Nov 2, 2024
@waruqi waruqi merged commit 4bdd894 into xmake-io:dev Nov 2, 2024
@waruqi waruqi added this to the v2.9.7 milestone Nov 2, 2024
@cmolocznik cmolocznik deleted the fix-cmake-project-generation branch November 3, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants