diff options
| author | Qi-rui Chen <Qi-rui.Chen.2015@my.bristol.ac.uk> | 2018-07-03 12:41:53 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-03 04:41:53 -0700 |
| commit | 98e8c22eafc42d0e3b91a005973b49578e0fe14f (patch) | |
| tree | 1091f215ff199917e2dc01cb01f1b01ce174fd63 /ports/libodb/CONTROL | |
| parent | fae4bd406ad40dfd7e5bc5f935816295337c4254 (diff) | |
| download | vcpkg-98e8c22eafc42d0e3b91a005973b49578e0fe14f.tar.gz vcpkg-98e8c22eafc42d0e3b91a005973b49578e0fe14f.zip | |
Fix glfw3:x64-linux producing incorrect target (#3803)
* Fix glfw3 creating incorrect target
glfw3Target.cmake uses a semicolon seperated list which needs to be
escaped with quotes on write
* Fix semicolon stripping
* Fix typo
* [dlib][glfw3][libodb][signalrclient] Bump versions
Diffstat (limited to 'ports/libodb/CONTROL')
| -rw-r--r-- | ports/libodb/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libodb/CONTROL b/ports/libodb/CONTROL index bb9bbfe29..28a9f85f4 100644 --- a/ports/libodb/CONTROL +++ b/ports/libodb/CONTROL @@ -1,3 +1,3 @@ Source: libodb -Version: 2.4.0-2 +Version: 2.4.0-3 Description: ODB library, base runtime for the ODB ORM solution |
