StringZilla icon indicating copy to clipboard operation
StringZilla copied to clipboard

Bug: CMake error: `install DIRECTORY given no DESTINATION!`

Open Spixmaster opened this issue 1 year ago • 2 comments

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 .git history 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

Spixmaster avatar Nov 01 '24 16:11 Spixmaster

Potentially related to #188.

ashvardanian avatar Nov 01 '24 21:11 ashvardanian

Fixed with https://github.com/ashvardanian/StringZilla/pull/191.

Spixmaster avatar Nov 03 '24 20:11 Spixmaster