Merge pull request #422 from fred-wang/cmake-typo

Fix typo in CMakeFile: s/BROTLI_BUNDLE_MODE/BROTLI_BUNDLED_MODE/
This commit is contained in:
Eugene Kliuchnikov 2016-08-27 17:42:08 +02:00 committed by GitHub
commit 55dd5d7824

View File

@ -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}")