Skip to content

Commit

Permalink
Fix else statement (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Apr 8, 2019
1 parent 01e6bb0 commit 6ef7676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if(STATIC_LINK_VW)
if(NOT ZLIB_LIBRARY)
file(GLOB ZLIB_LIBRARY /usr/local/Cellar/zlib/*/lib/libz.a)
endif()
elseif()
else()
set(LINK_THREADS -Wl,--whole-archive -lpthread -Wl,--no-whole-archive)
set(unix_static_flag -static)
endif()
Expand Down

0 comments on commit 6ef7676

Please sign in to comment.