mirror of
https://github.com/google/brotli.git
synced 2024-12-26 17:51:04 +00:00
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:
commit
55dd5d7824
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user