<div dir="ltr">Building up on Tim's answer:<div><br></div><div>When you build ITK, let's say the binary folder is present in ${ITK_BUILD_DIR}. Here you have built both the Debug and Release variants of the library (basically, ${ITK_BUILD_DIR}/lib/Debug and ${ITK_BUILD_DIR}/lib/Release folders are populated with the required libraries). In this setup, when you trying link your project to ITK, you will need to set ITK_DIR in your CMake configuration to ${ITK_BUILD_DIR} and CMake will take care of everything.</div><div><br></div><div>Cheers and all the best! <br><div class="gmail_extra"><br><div class="gmail_quote">On 20 May 2016 at 12:06, Timothee Evain <span dir="ltr"><<a href="mailto:tevain@telecom-paristech.fr" target="_blank">tevain@telecom-paristech.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hello Tao,<br>
<br>
Have you tried the package finder which comes with cmake? It will automatically do the job of taking different builds.<br>
Something like this in your cmake file:<br>
FIND_PACKAGE ( ITK )<br>
IF ( ITK_FOUND )<br>
         INCLUDE( ${ITK_USE_FILE} )<br>
ENDIF( ITK_FOUND )<br>
<br>
[...]<br>
<br>
TARGET_LINK_LIBRARIES ( MyProject  ${ITK_LIBRARIES} )<br>
<br>
HTH,<br>
<br>
Tim<br>
<br>
----- Mail original -----<br>
De: "Tao Zhao" <<a href="mailto:Tao.Zhao@intusurg.com">Tao.Zhao@intusurg.com</a>><br>
À: "Dženan Zukić" <<a href="mailto:dzenanz@gmail.com">dzenanz@gmail.com</a>><br>
Cc: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
Envoyé: Vendredi 20 Mai 2016 17:57:03<br>
Objet: Re: [ITK] [ITK-users] Switching between debug and release libaraies in Visual Studio<br>
<span class=""><br>
<br>
<br>
Hi Dženan,<br>
<br>
<br>
Thank you for your reply. Here is the details:<br>
<br>
<br>
<br>
I assume that I have to have something like this in my application cmake file:<br>
<br>
<br>
<br>
</span>set( ITK_DIR "${CMAKE_SOURCE_DIR}/build/external/ITK/ Debug /lib/cmake/ITK-4.9" )<br>
<div><div class="h5"><br>
find_package(ITK REQUIRED)<br>
<br>
include(${ITK_USE_FILE})<br>
<br>
<br>
<br>
This works for debug version, but does not adapt to release when I build Release in Visual Studio. I believe this is a pretty common need and there must be a solution.<br>
<br>
<br>
<br>
Thanks,<br>
Tao<br>
<br>
<br>
<br>
From: Dženan Zukić [mailto:<a href="mailto:dzenanz@gmail.com">dzenanz@gmail.com</a>]<br>
Sent: Friday, May 20, 2016 6:59 AM<br>
To: Tao Zhao<br>
Cc: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
Subject: Re: [ITK-users] Switching between debug and release libaraies in Visual Studio<br>
<br>
<br>
<br>
<br>
Hi Tao,<br>
<br>
<br>
<br>
<br>
<br>
with standard ITK setup, you don't have to do anything special. CMake takes care of setting up paths so you just switch between Debug and Release in your application which uses ITK.<br>
<br>
<br>
<br>
<br>
<br>
Regards,<br>
<br>
<br>
Dženan<br>
<br>
<br>
<br>
<br>
<br>
On Thu, May 19, 2016 at 11:40 PM, Tao Zhao < <a href="mailto:Tao.Zhao@intusurg.com">Tao.Zhao@intusurg.com</a> > wrote:<br>
<br>
<br>
Hi,<br>
<br>
<br>
<br>
This might be a cmake question but it is related on how to use itk.<br>
<br>
<br>
<br>
I built ITK in both debug and release modes and had them installed under<br>
<br>
ITK<br>
<br>
- Debug<br>
<br>
- Release<br>
<br>
<br>
<br>
I would like my application to link against ITK debug libs in debug mode and release libs in release mode. I can easily do this under qtcreator. However when I am using Visual Studio, ${CMAKE_BUILD_TYPE} does not take effect. I know there is a way if the libs are in one folder but have different names. I was wondering how can I achieve this with standard ITK set up (i.e., not using different names but using different path for debug and release libs).<br>
<br>
<br>
<br>
Thank you very much!<br>
<br>
<br>
Tao<br>
<br>
<br>
<br>
<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
</div></div><span class="">NOTE THAT THIS EMAIL ORIGINATED FROM OUTSIDE OF INTUITIVE SURGICAL..<br>
Be alert for fraudulent emails that spoof internal “@<a href="http://intusurg.com" rel="noreferrer" target="_blank">intusurg.com</a>” email addresses. Report these or other security threats to: <a href="mailto:ITRequest@intusurg.com">ITRequest@intusurg.com</a> .<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br>
</span>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
<div class=""><div class="h5">_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div></div></div>