Closed ViliusSutkus89 closed 3 months ago
ERROR: Package 'odrcore/4.1.0' not resolved: Unable to find 'odrcore/4.1.0' in remotes.
We don't have odrcore/4.1.0 in the conan-odr-index
ERROR: Package 'odrcore/4.1.0' not resolved: Unable to find 'odrcore/4.1.0' in remotes.
We don't have odrcore/4.1.0 in the conan-odr-index
I guess that should work now? https://github.com/opendocument-app/conan-odr-index/pull/12
This PR also moves build_type to conanprofile, previously it was on the commandline call to conan install. Keeping it out of conanprofile would require passing additional inputs to the plugin task. Conanprofile can already manage that, so I thought it would be OK to just store that option there.