Skip to content

Commit e58cd02

Browse files
kexiandaliyang.127
authored andcommitted
fix bolt's native laoder
1 parent 6fad947 commit e58cd02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cpp/core/nativeLoader/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
if (ENABLE_BOLT)
17+
1618
cmake_minimum_required(VERSION 3.25)
1719

1820
find_package(JNI REQUIRED)
@@ -44,3 +46,4 @@ if(TARGET hdfs_client::hdfs_client)
4446
endif()
4547
endif()
4648

49+
endif()

0 commit comments

Comments
 (0)