Skip to content

Commit

Permalink
Remove fPIC default_option for boost requirement to fix Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn committed Apr 27, 2018
1 parent af02048 commit b5fedbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class XmscoreConan(ConanFile):
description = "Support library for XMS products"
settings = "os", "compiler", "build_type", "arch"
options = {"xms": [True, False]}
default_options = "xms=False", "boost:fPIC=False"
default_options = "xms=False"
generators = "cmake", "txt"
build_requires = "cxxtest/4.4@aquaveo/stable"
exports = "CMakeLists.txt", "LICENSE"
Expand Down

0 comments on commit b5fedbc

Please sign in to comment.