Hi everyone,
I'm wondering if I can replace all occurences like
<openssl/SOMEHEADER>
with
"E:\SOME\WINDOWS\PATH\openssl\SOMEHEADER"
How do I replace "SOMEHEADER" between the <>?
Thanks in advance
Markus
PS: I know that this is a pretty unprofessional fix and an acutal solution would be to find out why the compiler isn't able to find the headers (They are set correctly in CMake by the way). I don't intend to make this a permanent solution.