[Insight-users] RE: ITK_LIBRARY_DIRS not being brought in by CMake

Parag Chandra pchandra@radonc.unc.edu
Tue, 12 Nov 2002 17:52:23 -0500


This is a multi-part message in MIME format.

------=_NextPart_000_008C_01C28A74.41015140
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Looks like I solved my own problem. It seems CMake doesn't like dashes =
('-') in pathnames?=20

LINK_DIRECTORIES ("C:\3rdParty\ITK\build-MSVC6\bin")

didn't work, but

LINK_DIRECTORIES ("C:\3rdParty\ITK\buildMSVC6\bin")

did. 
------=_NextPart_000_008C_01C28A74.41015140
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Looks like I solved my own problem. It=20
s</FONT><FONT face=3DArial size=3D2>eems CMake doesn't like dashes ('-') =
in=20
pathnames? </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>LINK_DIRECTORIES=20
("C:\3rdParty\ITK\build-MSVC6\bin")</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>didn't work, but</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>LINK_DIRECTORIES=20
("C:\3rdParty\ITK\buildMSVC6\bin")</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>did. </FONT></DIV></BODY></HTML>

------=_NextPart_000_008C_01C28A74.41015140--