<div>Hi All,</div><div><br></div><div>I keep getting this error. Can anyone tell me how to fix it?</div><div>I use CMake 2.8.2, AMD 64b, ITK 3.20</div><div><br></div><div> <font class="Apple-style-span" color="#FF0000">CMake Error at /usr/share/cmake-2.8/Modules/FindITK.cmake:90 (INCLUDE):</font></div>
<div><div><font class="Apple-style-span" color="#FF0000">   include could not find load file:</font></div><div><font class="Apple-style-span" color="#FF0000"><br></font></div><div><font class="Apple-style-span" color="#FF0000">     /home/sundar/_tools/InsightToolkit-3.20.0/ITKConfig.cmake</font></div>
<div><font class="Apple-style-span" color="#FF0000"> Call Stack (most recent call first):</font></div><div><font class="Apple-style-span" color="#FF0000">   CMakeLists.txt:81 (FIND_PACKAGE)</font></div><div><font class="Apple-style-span" color="#FF0000"><br>
</font></div><div><font class="Apple-style-span" color="#FF0000"> CMake Error at CMakeLists.txt:83 (INCLUDE):</font></div><div><font class="Apple-style-span" color="#FF0000">   include called with wrong number of arguments.  Include only takes one</font></div>
<div><font class="Apple-style-span" color="#FF0000">   file.</font></div><div><font class="Apple-style-span" color="#FF0000"><br></font></div><div><font class="Apple-style-span" color="#FF0000"> CMake Error at /usr/share/cmake-2.8/Modules/FindITK.cmake:90 (INCLUDE):</font></div>
<div><font class="Apple-style-span" color="#FF0000">   include could not find load file:</font></div></div><div><br></div><div><br></div><div><br></div><div>CMakeLists.txt</div><div>********************************************</div>
<div># Find ITK.  # Line 75</div><div><br></div><div>FIND_PATH(ITK_DIR ITKConfig.cmake</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&quot;/home/sundar/_tools/InsightToolkit-3.20.0/&quot;</div><div>
)</div><div><br></div><div>FIND_PACKAGE(ITK)</div><div>IF(ITK_FOUND)</div><div>  INCLUDE(${ITK_USE_FILE})</div><div>ELSE(ITK_FOUND)</div><div>  MESSAGE(FATAL_ERROR</div><div>          &quot;Cannot build without ITK.  Please set ITK_DIR.&quot;)</div>
<div>ENDIF(ITK_FOUND)</div><div>******************************************</div><div><br></div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Thanks,</div><div>Sundar</div></div>
<div><br></div><div><br></div>