<div>According to the CMake documentation, the `STREQUAL` comparison is allowed to take either a VARIABLE or a STRING as either parameter. So, in this example below, the message does NOT print, which is broken:</div><div><br>
</div><div>    set( FUBARTEST &quot;OK&quot; )</div><div>    if( FUBARTEST STREQUAL &quot;OK&quot; )</div><div>    <span class="Apple-tab-span" style="white-space:pre">        </span>message( &quot;It Worked&quot; )</div><div>    endif()</div>
<div><br></div><div>Any reason why this isn&#39;t working as documented?</div><div><br></div><div>---------</div>Robert Dailey<br>