Skip to content

Commit

Permalink
Revert BUILD_SHARED_LIBS part because it was breaking CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Sep 29, 2020
1 parent 12b818b commit b63a09c
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)

if (WIN32 AND BUILD_SHARED_LIBS)
if (WIN32)
set(Boost_USE_STATIC_LIBS OFF)
# The auto-linking feature has problems with USE_STATIC_LIBS off, so we use
# BOOST_ALL_NO_LIB to turn it off.
Expand Down

0 comments on commit b63a09c

Please sign in to comment.