hi friends:
I am trying to compile the ITK source code with cmake, the version of ITK is 5.2.1. if I enable the option BUILD_SHARED_LIBS, the configure is successfully but generate failed. the error as below:
, if I unselect the BUILD_SHARED_LIBS option. both configure and generate are successfully, but there has no build target when I execute mingw32-make . this issue confuse me so much. thank your for anybody`s another in advance!!!
thank you so much, my cmake version is 3.19! after I update it to the letest version. had compile successfully!!!
as I use the QT with ITK, so I use mingw!! any better recommend or offical tool stack??