We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e33d50 commit 730d20cCopy full SHA for 730d20c
doc/tutorials/content/pcl_vcpkg_windows.rst
@@ -74,6 +74,16 @@ will install PCL with default options as well as default triplet type (ie. x86).
74
75
./vcpkg install pcl
76
77
+.. note::
78
+ This will build executables 2 times in release mode, as default host triplet is x64-windows
79
+ on most modern PC systems, but vcpkg install x86 by default. So to fix it you can set
80
+ host-triplet same as default triplet.
81
+
82
+ ./vcpkg install pcl --host-triplet x86-windows
83
84
+ Or, you can use same custom triplet for both --triplet and --host-triplet
85
86
+ ./vcpkg install pcl --triplet <same_custom_triplet_type> --host-triplet <same_custom_triplet_type>
87
88
.. note::
89
0 commit comments