28 lines
918 B
Diff
28 lines
918 B
Diff
From bbfd876397c3715419d327ca27102dae6122916d Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Wed, 8 Nov 2023 03:33:57 +0000
|
|
Subject: [PATCH 152/181] !2240 modify the default value of
|
|
EANBLE_IMAGE_LIBARAY to off * modify the default value of
|
|
EANBLE_IMAGE_LIBARAY to off
|
|
|
|
---
|
|
cmake/options.cmake | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/cmake/options.cmake b/cmake/options.cmake
|
|
index 1b6caa2b..125cabb5 100644
|
|
--- a/cmake/options.cmake
|
|
+++ b/cmake/options.cmake
|
|
@@ -117,7 +117,7 @@ if (ENABLE_LOGIN_PASSWORD_OPTION STREQUAL "ON")
|
|
message("${Green}-- Enable login password option${ColourReset}")
|
|
endif()
|
|
|
|
-option(EANBLE_IMAGE_LIBARAY "create libisulad_image.so" ON)
|
|
+option(EANBLE_IMAGE_LIBARAY "create libisulad_image.so" OFF)
|
|
if (EANBLE_IMAGE_LIBARAY STREQUAL "ON")
|
|
add_definitions(-DEANBLE_IMAGE_LIBARAY)
|
|
set(EANBLE_IMAGE_LIBARAY 1)
|
|
--
|
|
2.42.0
|
|
|