-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update version of fmt and use prebuilt minizip
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3e8a20a
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.
@macumber Why? Was something not working before?
3e8a20a
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.
Yeah I was having build issues with this at some point, we can close this
3e8a20a
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.
This is a comment on a commit to develop I just found through an unrelated git blame, I was just curious
3e8a20a
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.
Especially since I am not seeing a related cmake target_link_library change. Zlib and minizip may very well be unnecessary here anyways (i haven't checked). I believe they are needed for openstudio_ruby and for embedding stuff in the CLI (all done in SDK), not sure where else
3e8a20a
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.
Oh sorry, I saw that on my phone and thought it was a pull request. This was something I did when I was first trying to build OS app earlier in the summer. The conan recipes have been in such flux that this may no longer be relevant. I do believe this was a dependency coming in from OS SDK, we use the zip/unzip functionality in a few places in the OS SDK.