more
This commit is contained in:
parent
fcc82bc296
commit
8fcbd64f80
|
@ -47,7 +47,7 @@ option(
|
||||||
option(
|
option(
|
||||||
BUILD_WITH_UV
|
BUILD_WITH_UV
|
||||||
"If build with libuv"
|
"If build with libuv"
|
||||||
OFF
|
ON
|
||||||
)
|
)
|
||||||
|
|
||||||
option(
|
option(
|
||||||
|
@ -59,7 +59,7 @@ option(
|
||||||
option(
|
option(
|
||||||
BUILD_WITH_TRAFT
|
BUILD_WITH_TRAFT
|
||||||
"If build with traft"
|
"If build with traft"
|
||||||
OFF
|
ON
|
||||||
)
|
)
|
||||||
|
|
||||||
option(
|
option(
|
||||||
|
|
Loading…
Reference in New Issue