[CMake] IF(... MATCHES WIN32) weird behavior

Brad King brad.king at kitware.com
Tue May 31 14:02:11 EDT 2005


Filipe Sousa wrote:
> Is there another way to split "WIN32" from ARGN?

IF("x${arg}" MATCHES "xWIN32")

-Brad


More information about the CMake mailing list