Use &quot;list_var&quot; instead of &quot;${list_var}&quot;<br><br>${list_var} will only work if it happens to evaluate to the name of a list variable....<br><br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 1:26 AM, Robert Dailey <span dir="ltr">&lt;<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I&#39;m running the following command in CMake 2.6:<br><br><br>&nbsp;&nbsp;&nbsp; list( REMOVE_DUPLICATES ${list_var} )<br>
<br>When I compile this script, I get the following error:<br><br><span style="color: rgb(255, 0, 0);">CMake Error at CMakeLists.txt:103 (list):</span>
<p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);">  list sub-command REMOVE_DUPLICATES requires list to be present.</p><p style="margin: 0px; text-indent: 0px; color: rgb(255, 0, 0);"><br></p>I&#39;m not sure why this is happening. I&#39;m using ${list_var} in list( APPEND ) and it works just fine. I checked the value of {list_var} and it has a valid string in there representing the variable name of a list.<br>

<br>_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>