aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-05-10 15:55:18 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-05-10 15:55:27 -0700
commit69514e6330431df421517ada64194de4c3c1ab2b (patch)
tree3702117f01a4adb53fbea55357e8dd7bf5cd4644
parentb1110308f609b73ee57bcbe6720bdbb24e64de9a (diff)
downloadvcpkg-69514e6330431df421517ada64194de4c3c1ab2b.tar.gz
vcpkg-69514e6330431df421517ada64194de4c3c1ab2b.zip
Fix typo
-rw-r--r--ports/bzip2/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/bzip2/CMakeLists.txt b/ports/bzip2/CMakeLists.txt
index 729588451..d79c28818 100644
--- a/ports/bzip2/CMakeLists.txt
+++ b/ports/bzip2/CMakeLists.txt
@@ -15,8 +15,8 @@ set(LIBBZ2_SOURCES
bzlib.c)
add_library(libbz2 ${LIBBZ2_SOURCES})
-set_target_properties(libbz2 PROPERTIES
- ARCHIVE_OUTPUT_NAME bz2 # reqiured for FindBzip2 to work
+set_target_properties(libbz2 PROPERTIES
+ ARCHIVE_OUTPUT_NAME bz2 # required for FindBzip2 to work
DEBUG_POSTFIX d)
if(BUILD_SHARED_LIBS)
target_compile_definitions(libbz2 PRIVATE -DBZ_BUILD_DLL)