diff --git a/conanfile.py b/conanfile.py index 8f45b8a975..bcdd426f84 100755 --- a/conanfile.py +++ b/conanfile.py @@ -19,6 +19,7 @@ class CatchConan(ConanFile): license = "BSL-1.0" version = "latest" settings = "os", "compiler", "build_type", "arch" + extension_properties = {"compatibility_cppstd": False} options = { "shared": [True, False],