Hello, I'm trying to compile OTB on windows (on a 64b machine). I followed the steps from the wiki, but when I want to configure the build it stops with the following message :
*CMake Warning at Modules/ThirdParty/ITK/otb-module-init.cmake:103 (find_package):* * By not providing "FindITK.cmake" in CMAKE_MODULE_PATH this project has* * asked CMake to find a package configuration file provided by "ITK", but* * CMake did not find one.* * Could not find a package configuration file provided by "ITK" with any of* * the following names:* * ITKConfig.cmake* * itk-config.cmake* * Add the installation prefix of "ITK" to CMAKE_PREFIX_PATH or set "ITK_DIR"* * to a directory containing one of the above files. If "ITK" provides a* * separate development package or SDK, be sure it has been installed.* *Call Stack (most recent call first):* * CMake/OTBModuleEnablement.cmake:394 (include)* * CMakeLists.txt:326 (include)* >From what I understood FindITK.cmake is no more provided with cmake 3.0 and above. On the other hand ITK comply to cmake 3.0+ only with version 4.0+. Is there a way to solve this ? Thank you, Baptiste -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
