Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cmake: remove globs #6977

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

cmake: remove globs #6977

wants to merge 4 commits into from

Conversation

ethomson
Copy link
Member

As was pointed out in #6872, cmake recommends that you not use GLOBs to collect a list of source files: https://cmake.org/cmake/help/latest/command/file.html#glob

Avoid this in our source tree.

@ethomson ethomson force-pushed the ethomson/cmake_no_globs branch 2 times, most recently from 3160638 to 3da4397 Compare January 7, 2025 22:56
cmake recommends that you not use GLOBs to collect a list of source
files: https://cmake.org/cmake/help/latest/command/file.html#glob

Avoid this in our source tree.
Pull the common, repeated cmake configuration used for the clar test
runner out into its own cmake file that can be included by projects.
cmake recommends that you not use GLOBs to collect a list of source
files: https://cmake.org/cmake/help/latest/command/file.html#glob

Avoid this in our tests sources.
@ethomson ethomson force-pushed the ethomson/cmake_no_globs branch from 3da4397 to 39cbac1 Compare January 7, 2025 23:19
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.

1 participant