Skip to content

Commit

Permalink
More meaningful message if patch executable is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Nov 11, 2010
1 parent 5f0031d commit 4d29b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeExternals/QtMobility.cmake
Expand Up @@ -15,7 +15,7 @@ IF(${add_project})
"C:/Program Files (x86)/GnuWin32/bin")
MARK_AS_ADVANCED(CTK_PATCH_EXECUTABLE)
IF(NOT CTK_PATCH_EXECUTABLE)
MESSAGE(FATAL_ERROR "error: Patch is required to build ${PROJECT_NAME}. Set CTK_PATCH_EXECUTABLE")
MESSAGE(FATAL_ERROR "error: Patch is required to build ${proj}. Set CTK_PATCH_EXECUTABLE. If running Windows, you can download it here: http://gnuwin32.sourceforge.net/packages/patch.htm")
ENDIF()

# Configure patch script
Expand Down

0 comments on commit 4d29b79

Please sign in to comment.