Would someone have an example of detecting the specific version of OS X that cmake is running on? I would like add values based on OS X version.

IF (OS_X_VERSION matches "10.5")
  ......
ENDIF (OS_X_VERSION matches "10.5")

or something to that effect..


Thanks
--
Mike Jackson
imikejackson & gmail * com



_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to