aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/pangolin/CONTROL4
-rw-r--r--ports/pangolin/portfile.cmake1
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/pangolin/CONTROL b/ports/pangolin/CONTROL
index c792921f2..5e110627b 100644
--- a/ports/pangolin/CONTROL
+++ b/ports/pangolin/CONTROL
@@ -1,4 +1,4 @@
Source: pangolin
-Version: v0.5
-Build-Depends:eigen3
+Version: 0.5
+Build-Depends: eigen3
Description: Lightweight GUI Library \ No newline at end of file
diff --git a/ports/pangolin/portfile.cmake b/ports/pangolin/portfile.cmake
index f2c17920c..d93f9d7cd 100644
--- a/ports/pangolin/portfile.cmake
+++ b/ports/pangolin/portfile.cmake
@@ -10,6 +10,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
)