diff --git a/conanfile.py b/conanfile.py index 1379f8c4..3a1bf224 100644 --- a/conanfile.py +++ b/conanfile.py @@ -40,6 +40,6 @@ class CatchConan(ConanFile): def package_info(self): self.cpp_info.libs = [ - 'Catch2WithMain', 'Catch2'] if self.options.with_main else ['Catch2'] + 'Catch2Main', 'Catch2'] if self.options.with_main else ['Catch2'] self.cpp_info.names["cmake_find_package"] = "Catch2" self.cpp_info.names["cmake_find_package_multi"] = "Catch2"