News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Replacing in all files using regular expressions

Started by Cator Canulis, April 02, 2022, 03:59:50 PM

Previous topic - Next topic

Cator Canulis

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.