Show
Ignore:
Timestamp:
03/21/08 23:42:35 (10 months ago)
Author:
edmanm
Message:

Fix a typo in VidaliaMacros?.cmake that would allow configuration to
continue even if windres.exe couldn't be found.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/cmake/VidaliaMacros.cmake

    r2374 r2438  
    3838  find_program(WIN32_WINDRES_EXECUTABLE  NAMES windres.exe ${QT_BINARY_DIR}) 
    3939  if (NOT WIN32_WINDRES_EXECUTABLE) 
    40     message(FATAL_ERR 
     40    message(FATAL_ERROR 
    4141      "Vidalia could not find windres. Please make sure Qt is installed and its bin directory is in your PATH environment variable." 
    4242    )