diff --git a/cwipc_util b/cwipc_util index 74f1353..d23d4ac 160000 --- a/cwipc_util +++ b/cwipc_util @@ -1 +1 @@ -Subproject commit 74f135341e29a21b56237252423d521501cbf89b +Subproject commit d23d4ac0c732c6a5feadef93ff80b76c111a4816 diff --git a/scripts/install-3rdparty-full-win1064.ps1 b/scripts/install-3rdparty-full-win1064.ps1 index a753dbe..de61d5f 100644 --- a/scripts/install-3rdparty-full-win1064.ps1 +++ b/scripts/install-3rdparty-full-win1064.ps1 @@ -102,7 +102,10 @@ if(Can-Execute-From-Path("jpegtran -help")) { # Install PCL 1.13 # $ok = Can-Execute-From-Path("pcl_generate -help") -if($ok) { +$skip_pcl = 1 +if($skip_pcl) { + Write-Output: "pcl: skipped" +} elsif($ok) { Write-Output "pcl: already installed" } else { Write-Output "pcl: downloading..." diff --git a/vcpkg.json b/vcpkg.json index 02751c5..33b1c48 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,4 +1,7 @@ { "name": "cwipc", - "version": "7.5.0" + "version": "7.5.0", + "dependencies": [ + "pcl" + ] }