aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFrédéric Wang <fwang@igalia.com>2016-08-27 12:14:13 +0200
committerFrédéric Wang <fred.wang@free.fr>2016-08-27 12:14:50 +0200
commit5e1219a32d77813986ff13e52207c77c4b120e3c (patch)
treee8de5df13420b55320bcc6e2079434b3f9bd8a39 /CMakeLists.txt
parente7f47b94709ee4991b49103e6ada78a24d950893 (diff)
downloadbrotli-5e1219a32d77813986ff13e52207c77c4b120e3c.zip
brotli-5e1219a32d77813986ff13e52207c77c4b120e3c.tar.gz
brotli-5e1219a32d77813986ff13e52207c77c4b120e3c.tar.bz2
Fix typo in CMakeFile: s/BROTLI_BUNDLE_MODE/BROTLI_BUNDLED_MODE/
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b7e5d9..0f9476a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -158,7 +158,7 @@ add_executable(bro tools/bro.c)
target_link_libraries(bro ${BROTLI_LIBRARIES})
# Installation
-if(NOT BROTLI_BUNDLE_MODE)
+if(NOT BROTLI_BUNDLED_MODE)
include(GNUInstallDirs)
install (TARGETS bro RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")