<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=9&amp;t=547" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2015-10-08T12:23:39+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=9&amp;t=547</id>
<entry>
<author><name><![CDATA[Micky]]></name></author>
<updated>2015-10-08T12:23:39+02:00</updated>
<published>2015-10-08T12:23:39+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2305#p2305</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2305#p2305"/>
<title type="html"><![CDATA[Re: CMake: Bug in FindTET_CPPSDK.cmake?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2305#p2305"><![CDATA[
No this is not a bug in the cmake FindTET_SDK script. This is the de facto standard on Win32 when using VC.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=6640">skataMicky</a> — 08 Oct 2015, 12:23</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[paul.keir@uws.ac.uk]]></name></author>
<updated>2015-10-07T14:07:30+02:00</updated>
<published>2015-10-07T14:07:30+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2303#p2303</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2303#p2303"/>
<title type="html"><![CDATA[Re: CMake: Bug in FindTET_CPPSDK.cmake?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2303#p2303"><![CDATA[
It may in fact be a convention adopted by some functions in CMake. FindBOOST.cmake, for example, also produces output such as this. There are basic, related issues I'm working through at the moment - I'll send an update when I get there.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=8262">skatapaul.keir@uws.ac.uk</a> — 07 Oct 2015, 14:07</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2015-10-07T13:21:23+02:00</updated>
<published>2015-10-07T13:21:23+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2301#p2301</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2301#p2301"/>
<title type="html"><![CDATA[Re: CMake: Bug in FindTET_CPPSDK.cmake?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2301#p2301"><![CDATA[
I have notified the developer of the C++ SDK - awaiting reply.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 07 Oct 2015, 13:21</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[paul.keir@uws.ac.uk]]></name></author>
<updated>2015-10-06T13:39:19+02:00</updated>
<published>2015-10-06T13:39:19+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2295#p2295</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2295#p2295"/>
<title type="html"><![CDATA[CMake: Bug in FindTET_CPPSDK.cmake?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=547&amp;p=2295#p2295"><![CDATA[
I had thought that the CMake variable, TET_CPPSDK_GAZEAPI_LIB, would be set by FindTET_CPPSDK.cmake to the full filepath of GazeApiLib.lib.<br /><br />Instead, using <span style="font-weight: bold">message (${TET_CPPSDK_GAZEAPI_LIB})</span> shows me this becomes the somewhat garbled:<br /><br />optimizedC:/mypath/tet-cpp-client/lib/GazeApiLib.libdebugC:/mypath/tet-cpp-client/lib/GazeApiLibD.lib<br /><br />This seems due to the last two <span style="font-weight: bold">SET</span> invocations within the scope of the <span style="font-weight: bold">IF( WIN32 )</span> statement. If I comment these out, things look better. With <span style="font-weight: bold">message (${TET_CPPSDK_DEBUG_GAZEAPI_LIB})</span> and <span style="font-weight: bold">message (${TET_CPPSDK_GAZEAPI_LIB})</span> I now get:<br /><br />C:/mypath/tet-cpp-client/lib/GazeApiLibD.lib<br />C:/mypath/tet-cpp-client/lib/GazeApiLib.lib<br /><br />Is this a bug in FindTET_CPPSDK.cmake?<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=8262">skatapaul.keir@uws.ac.uk</a> — 06 Oct 2015, 13:39</p><hr />
]]></content>
</entry>
</feed>