[pangolin] PREFER_NINJA, remove v from version

This commit is contained in:
Robert Schumacher 2017-08-22 13:58:13 -07:00
parent 7fed53243c
commit e8253d2728
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Source: pangolin
Version: v0.5
Build-Depends:eigen3
Version: 0.5
Build-Depends: eigen3
Description: Lightweight GUI Library

View File

@ -10,6 +10,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
)