Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 4:22:18 PM (16 years ago)
Author:
nicolasc
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN_test/CMakeLists.txt

    r766 r767  
    2424  PATHS "/usr/bin /bin")
    2525  IF(NOT UNAME_CMD)
    26     MESSAGE("Unable to find uname. Tardis-Check cannot be done.")
     26    MESSAGE(ERROR "Unable to find uname. Tardis-Check cannot be done.")
    2727  ENDIF(NOT UNAME_CMD)
    2828
     
    3535
    3636  IF (NOT "${UNAME_RV}" STREQUAL "0")
    37     MESSAGE("ERROR: uname terminated unclean.")
     37    MESSAGE(ERROR "ERROR: uname terminated unclean.")
    3838  ENDIF (NOT "${UNAME_RV}" STREQUAL "0")
    3939
Note: See TracChangeset for help on using the changeset viewer.