Yes, that fixed it. Thanks! -----Original Message----- From: Daniel Stenberg <[email protected]> Sent: Wednesday, March 23, 2022 5:57 PM To: Robb Schiefer via curl-library <[email protected]> Cc: Robb Schiefer <[email protected]> Subject: Re: Troubleshoot CURLE_NOT_BUILT_IN
On Wed, 23 Mar 2022, Robb Schiefer via curl-library wrote: > I included cURL as a submodule in my project and built using cmake. > Builds successfully. > > curl version=[7.83.0-DEV] > > When I run my code it gives the following verbose output for cURL: I belive you experience https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcurl%2Fcurl%2Fissues%2F8627&data=04%7C01%7C%7Cf4d5b4ccb3494a5e38a408da0d207302%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637836730270629591%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=VYsVlh8OrtJDC5CG6eqXyr0jP14Oxw%2FCCep7iK9CXkA%3D&reserved=0 which I think I've solved with https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcurl%2Fcurl%2Fpull%2F8628&data=04%7C01%7C%7Cf4d5b4ccb3494a5e38a408da0d207302%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637836730270629591%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=XhADDUZAVRb3x8cnU%2Brw58rv538d2hFvPBuj0vXLQ3g%3D&reserved=0 -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcurl.se%2Fsupport.html&data=04%7C01%7C%7Cf4d5b4ccb3494a5e38a408da0d207302%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637836730270629591%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=xeaFHY6V8raVxE8R34%2Fxo8ajtY8zt19E6tnIwQDuqPc%3D&reserved=0 -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
