Including botan via cmake build give include errors #4343
-
I am trying to include botan 3.5.0 in one of the cmake builds. How would I be able to include the headers properly if the standard way does not work and requires the folder prefix "botan-3" to be included as well, which in turn raises errors for included headers in that file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Your first usage ( Could you share some more details on your environment? Did you build/install Botan from source or did you pull it from a package manager? |
Beta Was this translation helpful? Give feedback.
I have rewritten most of the CMakelist, most probably it happened due to nested code structure. Marking it answered for the time being. Hopefully won't encounter this again. Thank you.