Changeset 806 for trunk/CMakeLists.txt


Ignore:
Timestamp:
12/12/09 17:10:49 (14 years ago)
Author:
nightmann
Message:

small fix. This resolve ticket 185

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r805 r806  
    125125if (${CS_OS_CPU} MATCHES "x86_64")
    126126    add_definitions ("-DSIXTY_FOUR_BIT")
    127 else (NOT (${CS_OS_CPU} MATCHES "x86_64"))
     127else (NOT ${CS_OS_CPU} MATCHES "x86_64")
    128128    add_definitions ("-DTHIRTY_TWO_BIT")
    129129endif (${CS_OS_CPU} MATCHES "x86_64")
Note: See TracChangeset for help on using the changeset viewer.