Cmake expressions

From wikinotes
IF( 1 EQUALS 4 )
IF( 1 GREATER 4 )
If( 1 LESS 4 )
If( DEFINED )
If( IS_DIRECTORY ${path} )
If( IS_SYMLINK   ${path} )

https://cmake.org/cmake/help/v3.11/command/if.html