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
Copy file name to clipboardExpand all lines: generate4.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
<optiontype="with"name="pkgconfigdir"default="${libdir}/pkgconfig"example="=DIR"unprefixed="true"substitute="true"description="Path to pkgconfig directory."data_type="path" />
17
17
<optiontype="with"name="tests"default="yes"conditional="true"description="Compile with unit tests." />
18
18
<optiontype="with"name="examples"default="yes"conditional="true"description="Compile with examples." />
19
-
<optiontype="with"name="icu"default="no"define="BOOST_HAS_ICU"substitute="true"value="-DWITH_ICU"description="Compile with International Components for Unicode." />
19
+
<optiontype="with"name="icu"default="no"define="WITH_ICU"substitute="true"value="-DWITH_ICU"description="Compile with International Components for Unicode." />
20
20
<optiontype="enable"name="avx2"default="no"description="Compile with avx2 intrinsics (specifically -mavx -mavx2)." />
21
21
<optiontype="enable"name="avx512"default="no"description="Compile with avx512 intrinsics (specifically -mavx512bw -mavx512f)." />
22
22
<optiontype="enable"name="sse41"default="no"description="Compile with sse4.1 intrinsics (specifically -msse4.1)." />
0 commit comments