Author Topic: Replacing in all files using regular expressions  (Read 1874 times)

Cator Canulis

  • Guest
Replacing in all files using regular expressions
« on: April 02, 2022, 03:59:50 pm »
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.