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

Adapt build config to work with simdjson 0.8.0 #1314

Merged
merged 1 commit into from Jan 26, 2021

Conversation

dominiklohmann
Copy link
Member

πŸ“” Description

There's a stupid bug in simdjson 0.8.0: it does not export a simdjson-config.cmake file, so find_package(simdjson) can't work. Instead, it exports the file as simdjson-targets.cmake, which usually exists for other purpsoes. Β―\_(ツ)_/Β―

πŸ“ Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Verify that it works with simdjson 0.8.0 while keeping compatibility with older versions.

@dominiklohmann dominiklohmann added the maintenance Tasks for keeping up the infrastructure label Jan 26, 2021
There's a stupid bug in simdjson 0.8.0: it does not export a
`simdjson-config.cmake` file, so `find_package(simdjson)` can't work.
Instead, it exports the file as `simdjson-targets.cmake`, which usually
exists for other purpsoes. Β―\_(ツ)_/Β―
@dominiklohmann dominiklohmann force-pushed the topic/simdjson-0.8.0-cmake-workaround branch from 3ab98b7 to 03c9e46 Compare January 26, 2021 09:49
Copy link
Member

@tobim tobim left a comment

Choose a reason for hiding this comment

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

πŸ‘

@dominiklohmann dominiklohmann merged commit 8fe61b5 into master Jan 26, 2021
@dominiklohmann dominiklohmann deleted the topic/simdjson-0.8.0-cmake-workaround branch January 26, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks for keeping up the infrastructure
Projects
None yet
2 participants