Skip to content

CMakeLists.txt: allow compilation without C++ support#5311

Open
Thomas Devoogdt (ThomasDevoogdt) wants to merge 1 commit into
confluentinc:masterfrom
ThomasDevoogdt:bugfix/compile-without-cpp
Open

CMakeLists.txt: allow compilation without C++ support#5311
Thomas Devoogdt (ThomasDevoogdt) wants to merge 1 commit into
confluentinc:masterfrom
ThomasDevoogdt:bugfix/compile-without-cpp

Conversation

@ThomasDevoogdt

@ThomasDevoogdt Thomas Devoogdt (ThomasDevoogdt) commented Feb 15, 2026

Copy link
Copy Markdown
$ CXX=/bin/false cmake . && make

This largely replaces #4366 in a much simpler version to maintain.

Fixes: #4364

@confluent-cla-assistant

Copy link
Copy Markdown

🎉 All Contributor License Agreements have been signed. Ready to merge.
✅ ThomasDevoogdt
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

$ CXX=/bin/false cmake . && make

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
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.

Can't compile with C only toolchain.

1 participant