diff --git a/conanfile.py b/conanfile.py index 548cf954b..5fdec1cd7 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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"