[Insight-users] optimized.lib on MS VS 2003 .NET
Bill Hoffman
bill.hoffman at kitware.com
Tue Mar 6 14:05:24 EST 2007
Mike Jackson wrote:
> I am not trying to be difficult here.. but just where do I find "grep"
> on windows XP SP2 running MS VS 2003 .Net?
Windows explorer has a search feature with in files in a directory.
Hit the windowsKey-F, Then enter optimized in the Containing Text:
box, then select the folder in the Look in place.
However, as Dave mentioned this is a cmake key word, so my guess is
that some library that your itk build needs has not been found, but has
been set to the empty string instead of lib-NOTFOUND. So, cmake
is replacing BAR from something like this:
target_link_libraries(foo optimized ${BAR})
You said "release version of my code". Is this a cmakelist file that you
wrote? Is it a small project? Also, you could look in your
CMakeCache.txt
file and see if any library variables are set to empty instead of
*-NOTFOUND.
-Bill
More information about the Insight-users
mailing list