From 041d84705a5bdfd05e8351b2eacf2f9ad7b35843 Mon Sep 17 00:00:00 2001 From: Anton Adamansky Date: Wed, 15 Apr 2015 18:49:36 +0600 Subject: v1.2.6 --- cmake/Modules/Win32LIBTools.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake') diff --git a/cmake/Modules/Win32LIBTools.cmake b/cmake/Modules/Win32LIBTools.cmake index 6329414..0dcf437 100644 --- a/cmake/Modules/Win32LIBTools.cmake +++ b/cmake/Modules/Win32LIBTools.cmake @@ -4,13 +4,13 @@ endif() find_program(WINTOOLS_WINE_EXEC wine) if (NOT WINTOOLS_WINE_EXEC) - message("Wine executable not found! Failed to initiate wintoole staff.") + message("Wine executable not found! Failed to initiate wintools staff.") return() endif() find_program(WINTOOLS_WGET_EXEC wget) if (NOT WINTOOLS_WGET_EXEC) - message("Wget executable not found! Failed to initiate wintoole staff.") + message("Wget executable not found! Failed to initiate wintools staff.") return() endif() -- cgit v1.2.3