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

Remove overly cautious caching #99

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Remove overly cautious caching #99

merged 1 commit into from
Oct 24, 2023

Conversation

Neverlord
Copy link
Member

@Neverlord Neverlord commented Oct 23, 2023

I think I tried to protect against ZEEK_DIST not being a cache variable and to avoid FORCE-setting a bunch of cache variables each run. The latter would mean user-made changes to the cache file are overridden each time. However, after going through the function, I think touching any of those variables is a bad idea anyways. So we can just not do the caching.

Worked locally for me (forcing CMake to re-run by touching the CMakeLists.txt file in a plugin). But any more testing is most welcome.

Closes #76.

Copy link
Member

@timwoj timwoj left a comment

Choose a reason for hiding this comment

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

I'm strangely not running into this on macOS or ubuntu, and on master or release/6.0, so I can't test this one.

@timwoj timwoj merged commit 98799bb into master Oct 24, 2023
1 check passed
@timwoj timwoj deleted the topic/neverlord/gh-76 branch October 24, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BifCl.cmake needs Zeek::BifCl triggered when touching CMakeLists.txt
2 participants