From a519c29e93de84e949ac308831160102cc733e59 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 7 Sep 2018 09:06:35 +0300 Subject: Fix minor EBN issues --- modules/ECMWinResolveSymlinks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ECMWinResolveSymlinks.cmake') diff --git a/modules/ECMWinResolveSymlinks.cmake b/modules/ECMWinResolveSymlinks.cmake index d9444663..8036a4c2 100644 --- a/modules/ECMWinResolveSymlinks.cmake +++ b/modules/ECMWinResolveSymlinks.cmake @@ -52,7 +52,7 @@ function(ECM_WIN_RESOLVE_SYMLINKS _dir) endforeach() message(STATUS "Resolving symlinks in ${dir}... Done.") - # touch cache every build to force CMake to re-run these functions everytime + # touch cache every build to force CMake to re-run these functions every time if(NOT TARGET wrs_touch_cache) add_custom_target(wrs_touch_cache ALL COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_BINARY_DIR}/CMakeCache.txt -- cgit v1.2.1