Skip to content

Commit 32f6acf

Browse files
committed
Disabled public protos validation due to Unix Makefiles build error
1 parent b53c38c commit 32f6acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ add_subdirectory(library/cpp)
4242
add_subdirectory(src)
4343
add_subdirectory(util)
4444

45-
_ydb_sdk_validate_public_headers()
45+
#_ydb_sdk_validate_public_headers()
4646

4747
if (YDB_SDK_EXAMPLES)
4848
add_subdirectory(examples)

0 commit comments

Comments
 (0)