Skip to content

Conversation

@Jacobfaib
Copy link
Contributor

@Jacobfaib Jacobfaib commented Jul 22, 2025

Add support for actual ;-separated CMake lists. The previous CMake lists passed flags as space-separated strings but kept internal storage as lists. The new ;-lists have the exact same internal storage (and rest of behavior), except they pass to cmake as ";" separated lists instead.

@Jacobfaib Jacobfaib requested a review from bryevdv July 22, 2025 12:34
@Jacobfaib Jacobfaib self-assigned this Jul 22, 2025
@Jacobfaib Jacobfaib added the enhancement New feature or request label Jul 22, 2025
assert lhs != rhs

rhs_b = CMakeBool("foo", value=None, prefix="asdasd")
assert lhs != rhs_b
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd split these tests up, test_neq_name, test_neq_value, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #19 for it

@Jacobfaib Jacobfaib merged commit 9440407 into main Jul 22, 2025
4 checks passed
@Jacobfaib Jacobfaib deleted the jacobf/2025-07-21/proper-cmake-lists branch July 22, 2025 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants