<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello!</div>

<div> </div>

<div>For a while now I have troubles with the itk libaries. I am working on windows with visual studio 2012 express. I generate my project with cmake and than start the visual studio sln file. If I now want to build it, it says it can't find the "itkdouble-conversion.lib". If I take look into the projects properties, configuration properties, linker, input and additinonal dependencies (I am translating those terms from the german version, but I hope it is clear what I mean) than there are among others the itk entries, but they seem to be wrong. For other correct working projects generated with cmake the itk libaries are there with the full correct path like C:\ITK\Build\lib\Release\itkdouble-conversion-4.7.lib.</div>

<div> </div>

<div>So in the "broken" project the lib entry is only "itkdouble-conversion.lib"</div>

<div>but it should be "C:\ITK\Build\lib\Release\itkdouble-conversion-4.7.lib"</div>

<div> </div>

<div>sometimes it works, sometimes not and I can not find out what the problem is. At the moment I am stuck because the project always has the wrong paths/dependencies. The cmake file is always the same, I never changed anything!</div>

<div> </div>

<div>
<div># This is the root ITK CMakeLists file.<br/>
cmake_minimum_required(VERSION 2.4)<br/>
if(COMMAND CMAKE_POLICY)<br/>
  cmake_policy(SET CMP0003 NEW)<br/>
endif()</div>

<div><br/>
# This project is designed to be built outside the Insight source tree.<br/>
project(project)</div>

<div># Find ITK.<br/>
find_package(ITK REQUIRED)<br/>
include(${ITK_USE_FILE})</div>

<div>add_executable(projectBME main.cxx Thickness.h Thickness.cxx DistanceRidge.h DistanceRidge.cxx SurfaceCleanUp.h SurfaceCleanUp.cxx Statistic.h Statistic.cxx)</div>

<div>target_link_libraries(projectBME ${ITK_LIBRARIES})</div>

<div> </div>

<div>The problem was with cmake 3.2.1 and just before I installed the newest version of cmake 3.2.2 and it is the same.</div>

<div>Don't know if that is maybe the reason, but I am working on two different PCs, the source folder is on dropbox, the build folder with the visual studio project is local on the PC on the desktop. But at the beginning everything worked fine and just for a while now when I am generating the project with cmake than I am getting the linker error.</div>

<div> </div>

<div>Thanks a lot!</div>

<div> </div>

<div>greetings</div>
</div></div></body></html>