aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMWinResolveSymlinks.cmake
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2018-09-07 09:06:35 +0300
committerYuri Chornoivan <yurchor@ukr.net>2018-09-07 09:06:35 +0300
commita519c29e93de84e949ac308831160102cc733e59 (patch)
tree9ff6075071ef555568910bd2a42dcac0b57d25e6 /modules/ECMWinResolveSymlinks.cmake
parent381c44c1f4d894512c61c1fbded0a4ea4d872b81 (diff)
downloadextra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.gz
extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.bz2
Fix minor EBN issues
Diffstat (limited to 'modules/ECMWinResolveSymlinks.cmake')
-rw-r--r--modules/ECMWinResolveSymlinks.cmake2
1 files changed, 1 insertions, 1 deletions
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