fdgStilla
fdgStilla
> Quick question: if not using `check_c_source_compiles()`, but just building a normal library or executable that `target_link_libraries()` the openssl targets, does it work? Yes
The failure is only with the standard CMake "Visual Studio" generator, running manually the cmake project configured by conan with `-G "Ninja"` fix the issue.
I tried to use last available ITK release: 5.4rc01, but I was not abel to compile (tried with msvc): `C:\Users\user\.conan2\p\b\itkeb35e367872fb\b\src\Modules\ThirdParty\NIFTI\src\nifti\niftilib\nifti1_io.c(6933): error C2143: syntax error: missing ')' before '*'` Also the...
And the previous version of ITK (5.3 eg) does not compile with cppstd20 (see the sources of my patches in my PR)
Ok thanks for the answer
> Do you think you could add some basic, simple test? Or do you want me to contribute it? No prob, I can help with that. I am currently struggling...