SCIInstitute / ITKCleaver

Wrapper for Cleaver to use as an ITK filter
https://itk-wasm-cleaver-typescript-docs.netlify.app/#/
MIT License
4 stars 4 forks source link

ENH: Build against ITK 5.3 RC 4 #13

Closed thewtex closed 2 years ago

thewtex commented 2 years ago

@tbirdso FYI, I noticed when comparing to ITKSplitComponents that there are quotes here:

set PATH="C:\P\grep;%PATH%" 

in case this is related to your observed grep issue.

tbirdso commented 2 years ago

@thewtex Yes, good observation, the fix for that issue was to remove the quotes

https://github.com/InsightSoftwareConsortium/ITKSplitComponents/commit/1942f48b6c9705b81f1cf801540d1d5493ab157d

This will need to be fixed individually for each external module that copy/pasted the build procedure.

thewtex commented 2 years ago

@tbirdso good to know! I will remote the quotes here, then.