StringZilla
StringZilla copied to clipboard
Bug: CMake error: `install DIRECTORY given no DESTINATION!`
Describe the bug
...
-- Platform: x86
CMake Error at CMakeLists.txt:101 (install):
install DIRECTORY given no DESTINATION!
-- Configuring incomplete, errors occurred!
Steps to reproduce
Run cmake on "CMakeLists.txt".
Expected behavior
No error.
StringZilla version
v3.10.7
Operating System
Arch Linux
Hardware architecture
x86
Which interface are you using?
C++ bindings
Contact Details
No response
Are you open to being tagged as a contributor?
- [ ] I am open to being mentioned in the project
.githistory as a contributor
Is there an existing issue for this?
- [X] I have searched the existing issues
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Potentially related to #188.
Fixed with https://github.com/ashvardanian/StringZilla/pull/191.