Skip to content

Commit 38e33c8

Browse files
committedFeb 19, 2025
implements = ["auto_shared_fpic"]
1 parent 84eaaab commit 38e33c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎test/functional/module/test_cmake_module.py

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class pkgRecipe(ConanFile):
3535
package_type = "static-library"
3636
3737
settings = "os", "compiler", "build_type", "arch"
38+
implements = ["auto_shared_fpic"]
3839
3940
exports_sources = "CMakeLists.txt", "mylib.h", "mylib.cpp"
4041
@@ -91,6 +92,7 @@ class pkgRecipe(ConanFile):
9192
package_type = "module"
9293
9394
settings = "os", "compiler", "build_type", "arch"
95+
implements = ["auto_shared_fpic"]
9496
9597
exports_sources = "CMakeLists.txt", "main.cpp"
9698
@@ -217,6 +219,7 @@ class pkgRecipe(ConanFile):
217219
package_type = "application"
218220
219221
settings = "os", "compiler", "build_type", "arch"
222+
implements = ["auto_shared_fpic"]
220223
221224
exports_sources = "CMakeLists.txt", "main.cpp"
222225

0 commit comments

Comments
 (0)