Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 23, 2010, 6:32:14 PM (14 years ago)
Author:
rgrieder
Message:

Updated ENet version finding and added a warning for versions ≥ 1.3, which are not protocol compatible with 1.1 and 1.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/cmake/tools/DetermineVersion.cmake

    r7139 r7151  
    2222 #  Description:
    2323 #    Inspects a given file for the following expressions
    24  #    "NAME_MAJOR_VERSION #"
    25  #    "NAME_MINOR_VERSION #"
    26  #    "NAME_PATCH_VERSION #"
     24 #    "NAME_VERSION_MAJOR #"
     25 #    "NAME_VERSION_MINOR #"
     26 #    "NAME_VERSION_PATCH #"
    2727 #    and sets NAME_VERSION accordingly. NAME_PART_VERSION variables are also
    2828 #    set. If you wish to look for different parts (e.g. "first" "second", etc.)
Note: See TracChangeset for help on using the changeset viewer.