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>