I'm trying to make a new project using ITK and VTK. I've created a new directory with the src and bin sub directories and created the Cmakelists.txt and .cxx files accordingly to ITK own guide intructions. However, when i try to configure using cMake, i get this warning stating that the file ITKconfig.cmake could not be found even though i have it on the path i added manually as you can see on the image.
What am i doing wrong here? Really want to start working on my project but i need to have it created first. Thanks in advance
ITK_DIR
variable. But you setITK
one... – TsyvarevCMakeFiles
directory: normally, here are intermediate files. If you think this "Config" describes your VTK installation, then you definitely do something wrong - you need file under installation prefix, not under build directory. It could be that given "Config" file describes build directory of VTK, but again, I found this location being strange. – Tsyvarev