[cmake-developers] [Patch] Remove hard coded version of RTDLL for Open Watcom

Brad King brad.king at kitware.com
Tue Mar 4 10:07:58 EST 2014


On 03/03/2014 03:43 PM, Jiri Malak wrote:
> I enclosed new updated version of patch.
> It contains change of InstallRequiredSystemLibraries only.

Thanks.  The lines:

    set(_watcom_major ${_watcom_major} - 11)
  ...
  set(_watcom_minor ${_watcom_minor} / 10)

should use math(EXPR) to do numerical computation.

-Brad




More information about the cmake-developers mailing list