Skip to content

Commit

Permalink
Fix else statement (VowpalWabbit#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed May 15, 2019
1 parent fd6b0d0 commit 19a00e2
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 19a00e2

Please sign in to comment.