Questions
Use
if (WIN32) #do something endif (WIN32)
or
if (UNIX) #do something endif (UNIX)
if (MSVC) #do something endif (MSVC)
or similar
see CMake Useful Variables and CMake Checking Platform
~ Answered on 2012-02-06 12:57:00