mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-11-21 09:41:18 +00:00
remove deletion of fPIC
This commit is contained in:
@@ -32,10 +32,6 @@ class FruitConan(ConanFile):
|
||||
if self.settings.os == "Windows":
|
||||
del self.options.fPIC
|
||||
|
||||
def configure(self):
|
||||
if self.options.shared:
|
||||
del self.options.fPIC
|
||||
|
||||
def layout(self):
|
||||
cmake_layout(self, src_folder="src")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user