-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vk-bootstrap: add v1.3.268 #22367
base: master
Are you sure you want to change the base?
vk-bootstrap: add v1.3.268 #22367
Conversation
This comment has been minimized.
This comment has been minimized.
30d7497
to
403c15f
Compare
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 3 (
Conan v2 pipeline ✔️
All green in build 3 (
|
Hooks produced the following warnings for commit bb3c834vk-bootstrap/0.6@#cc67be2e6bb03461d9cbd0536bdd2952
vk-bootstrap/1.3.268@#894569e7335e01e918d7b70fd9820685
vk-bootstrap/0.7@#48c3f764a10f5cc3672ea3a1f2ccdac7
vk-bootstrap/0.5@#1668f1b953f442b2687f6b466b1d310c
vk-bootstrap/0.3.1@#7b18f4206af8b012001450fd55315622
vk-bootstrap/0.4@#2453051bfd78e569922f719d1a66f41c
vk-bootstrap/0.2@#7c3f66839d8f41df47c34cac4781b3a8
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -57,21 +68,24 @@ def configure(self): | |||
def layout(self): | |||
cmake_layout(self, src_folder="src") | |||
|
|||
@property | |||
def _headers_version(self): | |||
return {}.get(self.version, f"{self.version}.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't the mapping missing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @valgur
No description provided.