Skip to content

Commit 707d28d

Browse files
committed
cmake: add ENABLE_LAPI_TESTS in CMake presets
1 parent a7c2eca commit 707d28d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakePresets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"ENABLE_BUILD_PROTOBUF": {
4343
"type": "BOOL",
4444
"value": "FALSE"
45+
},
46+
"ENABLE_LAPI_TESTS": {
47+
"type": "BOOL",
48+
"value": "TRUE"
4549
}
4650
}
4751
},

0 commit comments

Comments
 (0)