Hello,<div><br></div><div>I am using ITK to make use of 3D thinning algorithm presented in this link : 
<a href="http://www.insight-journal.org/browse/publication/181">http://www.insight-journal.org/browse/publication/181</a> </div><div><br></div><div>When trying to build this 3D thinning algorithm, I get the error:  &quot;can not open file itkBasicFilters.lib&quot;</div>
<div><br></div><div>Can anybody help me?</div><div><br></div><div>The following is the cmakelist (can also be found in the file uploaded in the mentioned link)</div><div><br></div><div><div>cmake_minimum_required(VERSION 2.8)</div>
<div>INCLUDE(${CMAKE_SOURCE_DIR}/IJMacros.txt)</div><div><br></div><div><br></div><div><br></div><div>PROJECT(BinaryThinning3D)</div><div><br></div><div>ENABLE_TESTING()</div><div>INCLUDE(Dart)</div><div><br></div><div>SET(Required_Packages</div>
<div>  ITK</div><div>)</div><div><br></div><div>FOREACH(Package ${Required_Packages})</div><div>  LOADPACKAGE(${Package})</div><div>ENDFOREACH(Package)</div><div><br></div><div><br></div><div>SET(${ITK_LIBRARIES})</div><div>
<br></div><div>SET(Libraries</div><div>  ITKBasicFilters</div><div>  ITKCommon</div><div>  ITKIO</div><div>)</div><div><br></div><div>#IF(BUILD_TESTING)</div><div>  SET(CurrentExe &quot;BinaryThinning3D&quot;)</div><div>  ADD_EXECUTABLE(${CurrentExe} BinaryThinning3D.cxx) </div>
<div>  TARGET_LINK_LIBRARIES(${CurrentExe} ${Libraries})</div><div>#ENDIF(BUILD_TESTING)</div><div><br></div><div>ADD_TEST(BinaryThinning3DTest BinaryThinning3D ${CMAKE_SOURCE_DIR}/img_in.dcm ${CMAKE_SOURCE_DIR}/img_out.dcm)</div>
<div><br></div><div><br></div>-- <br><div><i></i> </div>
<div><i>Sincerely yours,<br>Omid Hajizad<br></i></div><br>
</div>