Navigation Menu

Skip to content

Commit

Permalink
cmake: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 7, 2017
1 parent abc35a0 commit 159bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lz4/CMakeLists.txt
Expand Up @@ -69,7 +69,7 @@ if(GRN_WITH_BUNDLED_LZ4)
set_target_properties(liblz4 PROPERTIES OUTPUT_NAME "lz4")
endif()

if(!GRN_BUNDLED)
if(NOT GRN_BUNDLED)
add_executable(lz4 ${LZ4_SOURCES})
target_link_libraries(lz4 liblz4)

Expand Down

0 comments on commit 159bba5

Please sign in to comment.