You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(PCL_INDEX_SIZE -1 CACHESTRING"Set index size. Available options are: 8 16 32 64. A negative value indicates default size (32 for PCL >= 1.12, 8*sizeof(int) i.e., the number of bits in int, otherwise)")
70
+
71
+
#set whether indices are signed or unsigned
72
+
set(PCL_INDEX_SIGNED trueCACHEBOOL"Set whether indices need to be signed or unsigned. Signed by default.")
0 commit comments