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

Remove Redundant Specification of CMake Source Directory #270

Closed
threeal opened this issue Mar 25, 2024 · 0 comments · Fixed by #273
Closed

Remove Redundant Specification of CMake Source Directory #270

threeal opened this issue Mar 25, 2024 · 0 comments · Fixed by #273
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Mar 25, 2024

This issue addresses a redundant behavior observed during the configuration of a CMake project. Currently, if the source directory is not explicitly specified, it defaults to . (the current directory). However, specifying the current directory as the source directory is unnecessary since CMake inherently processes the current directory as the source directory by default. To streamline the process, it is proposed to specify the source directory in the CMake configuration arguments only when the user explicitly specifies the source-dir input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant