mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 17:33:56 +02:00
Don't depend on the parallel STL
We were not linking with TBB, and it's a bit of a waste to require it just for this one unused function.
This commit is contained in:
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic
|
||||
Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed linking error in debug build related to the parallel STL.
|
||||
|
||||
## [2.0.1] - 2020-11-08
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user