I did download the RTK, then I separately from ITK tried to build the RTK source code but failed with different configuration errors in CMake before generate and build it in vs2017 just like I did with VTK & ITK. Then I saw article that I should copy it to the Modules folder of ITK and build and install them together! this worked but when I tried to test my installation with HelloWorld of RTK it gives error in configure in CMake that RTK is not installed!? technically RTK is all under ITK and there is no path for RTK in my system path!
can I set the path for RTK which is nested inside the ITK with set or set path inside this HelloWorld/CMakeLists.txt file so the build process can go and find RTK build inside the ITK build which is on my system path of PC?
How do you install RTK separately from ITK without getting stuck in CMake configure step?