Skip to content

Commit 3add275

Browse files
authored
Update tutorial/creating_packages/other_packages/header_only_gtest/conanfile.py
1 parent 07381c6 commit 3add275

File tree

1 file changed

+1
-1
lines changed
  • tutorial/creating_packages/other_packages/header_only_gtest

1 file changed

+1
-1
lines changed

tutorial/creating_packages/other_packages/header_only_gtest/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SumConan(ConanFile):
1313
no_copy_source = True
1414
generators = "CMakeToolchain", "CMakeDeps"
1515
# Important, define the package_type
16-
package_type = "header-library"
16+
package_type = "header-library"
1717

1818
def validate(self):
1919
check_min_cppstd(self, 11)

0 commit comments

Comments
 (0)