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

New CMakeDeps #16964

Draft
wants to merge 47 commits into
base: develop2
Choose a base branch
from
Draft

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Sep 9, 2024

Changelog: Feature: Model cpp_info.exes field for executable applications
Changelog: Feature: Generate IMPORTED executable targets in CMakeDeps for cpp_info.exes
Docs: https://github.com/conan-io/docs/pull/XXXX

Close #7240
Close #13560
Close #16990
Close #16688
Close #12012
Close #12180
Close #14606
Close #17018
Close #16324

@memsharded memsharded changed the title Feature/cpp info exes New CMakeDeps Oct 15, 2024
@valgur
Copy link
Contributor

valgur commented Oct 17, 2024

Could these issues also be addressed in the reworked CMakeDeps, maybe?

The need to set CMAKE_TRY_COMPILE_CONFIGURATION is a very common pitfall when building external projects, but I suppose it might be unavoidable if the CMakeDeps wants to support multi-config CMake generators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment