SIRF icon indicating copy to clipboard operation
SIRF copied to clipboard

Windows: CMake inserts extra lines in SIRF.sln

Open KrisThielemans opened this issue 3 years ago • 1 comments

See https://github.com/SyneRBI/SIRF-SuperBuild/issues/467#issuecomment-760272398

I've tested this with current master and without SuperBuild so it is a problem here somewhere.

KrisThielemans avatar Jul 08 '22 08:07 KrisThielemans

Two more Windows build issues (mentioned on a tcon some time ago):

  • SIRF projects that use STIR do not build with C++17 - had to manually switch them to C++14 to build
  • DLL projects have both hdf5*.lib and libhdf5*.lib in their lists of additional dependencies raising already-defined build errors - had to manually remove the former to build

evgueni-ovtchinnikov avatar Oct 07 '22 14:10 evgueni-ovtchinnikov