remove deletion of fPIC

This commit is contained in:
Timo Lange
2022-12-24 10:13:23 +01:00
parent a1c8cd7efd
commit a1641234e0

View File

@@ -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")