summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2013-06-05 20:56:16 +0100
committerlethality <lethality@anope.org>2013-06-05 20:56:16 +0100
commit6ab6eca0a6d0eca2bfdb43ac682367dab0d373c9 (patch)
tree6fddadfbe451e15c079cab52ab4d63bcd19760cd /CMakeLists.txt
parentb1ba1ec8aca4d086f4e8f1cd8573ba62e6096d07 (diff)
fixed typo, though I doubt it affects anyone/anything
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 83a2bb455..0cc3f827b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,12 +162,12 @@ if(MSVC)
if(WSDK2008_PATH STREQUAL "/registry")
# If not found, look for the 2003 SDK under HKCU
get_filename_component(WSDK2003_PATH "[HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\MicrosoftSDK\\InstalledSDKs\\D2FF9F89-8AA2-4373-8A31-C838BF4DBBE1;Install Dir]" ABSOLUTE CACHE)
- if(WSDK2003_PATH STREQUAL "/regsitry")
+ if(WSDK2003_PATH STREQUAL "/registry")
# The SDK was never found, set the path to nothing
set(WSDK_PATH "")
- else(WSDK2003_PATH STREQUAL "/regsitry")
+ else(WSDK2003_PATH STREQUAL "/registry")
set(WSDK_PATH "${WSDK2003_PATH}")
- endif(WSDK2003_PATH STREQUAL "/regsitry")
+ endif(WSDK2003_PATH STREQUAL "/registry")
else(WSDK2008_PATH STREQUAL "/registry")
set(WSDK_PATH "${WSDK2008_PATH}")
endif(WSDK2008_PATH STREQUAL "/registry")