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

Problem: CMakeLists.txt does not properly enable drafts #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BHare1985
Copy link

@BHare1985 BHare1985 commented Apr 4, 2024

Solution: Use the CMake technique employed in zeromq/malamute for detection when to use drafts.

This pull request implements a change to allow CLion to properly detect drafts when opening the project as a CMake project. This is achieved by using the same technique employed by the zeromq's 'malamute' project https://github.com/zeromq/malamute/blob/master/CMakeLists.txt#L32-L60

When opening this project in CLion as a CMake project, it fails to detect drafts despite the presence of a .git directory. Since this project relies on drafts and has no sources without them, it's essential that drafts are detected correctly to ensure proper functionality.

Solutions:  Use the CMake technique employed in zeromq/malamute for detection when to use drafts
@BHare1985 BHare1985 mentioned this pull request Apr 5, 2024
11 tasks
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