<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 "OK" )</div><div> if( FUBARTEST STREQUAL "OK" )</div><div> <span class="Apple-tab-span" style="white-space:pre">        </span>message( "It Worked" )</div><div> endif()</div>
<div><br></div><div>Any reason why this isn't working as documented?</div><div><br></div><div>---------</div>Robert Dailey<br>