Browse Source

Do not build yql_docs in OSS (#14479)

Maxim Yurchuk 4 weeks ago
parent
commit
769580ffbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/ya.make

+ 1 - 1
ydb/ya.make

@@ -6,7 +6,6 @@ RECURSE(
     public
     services
     tools
-    yql_docs
 )
 
 IF(NOT EXPORT_CMAKE)
@@ -20,5 +19,6 @@ IF(NOT OPENSOURCE)
   # for OSS ya make yet
   RECURSE(
     docs
+    yql_docs
   )
 ENDIF()