Thanks Cristian
That works wonderfully!
Kris
From: Cristian Adam
Sent: 20 June 2019 12:28
To: Kris Thielemans
Cc: CMake Mail List
Subject: Re: [CMake] ExternalProjectAdd and patch on Windows
Hi,
If the users have git installed, you could try find_program(git...), and then
Hi,
If the users have git installed, you could try find_program(git...), and
then "git apply", which should work to apply patches.
Cheers,
Cristian.
On Thu, Jun 20, 2019 at 1:21 PM Kris Thielemans
wrote:
> Hi all
>
>
>
> I have a superbuild project where I need to patch a library (HDF5) after
Hi all
I have a superbuild project where I need to patch a library (HDF5) after
download. In Windows, there's no "patch" or "sed" command, and this has to
run on other people's computer. I can almost achieve what I want in
Powershell like so
get-content ConfigureChecks.cmake
| %{$_ -repla