File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "project" :" ydblib"
3
+ }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ IF (EXPORT_CMAKE)
18
18
CMAKE_TARGET
19
19
Iconv ::Iconv
20
20
CONAN
21
- libiconv/1.15 "&& conan-requires" libiconv/1.15
21
+ libiconv/1.15
22
22
CONAN_OPTIONS
23
23
libiconv:shared =True
24
24
)
@@ -35,12 +35,10 @@ ELSEIF (USE_ICONV == "dynamic")
35
35
)
36
36
ELSEIF (USE_ICONV == "local")
37
37
GLOBAL_CFLAGS(${USE_LOCAL_ICONV_CFLAGS})
38
-
39
38
IF (OS_DARWIN)
40
39
LDFLAGS(-liconv)
41
40
ENDIF()
42
-
43
- # Opensource code is compatible with libc provided iconv API on major linux distributions and macos.
41
+ # Opensource code is compatible with libc provided iconv API on major linux distributions and macos.
44
42
ELSE()
45
43
PEERDIR(
46
44
contrib/libs/libiconv/static
Original file line number Diff line number Diff line change @@ -31,20 +31,21 @@ VERSION(6.5.9)
31
31
ORIGINAL_SOURCE(mirror ://kernel/linux/kernel/v6.x/linux-6.5.9.tar.xz)
32
32
33
33
IF (OPENSOURCE_REPLACE_LINUX_HEADERS AND EXPORT_CMAKE)
34
-
35
- OPENSOURCE_EXPORT_REPLACEMENT(
36
- CMAKE linux-headers-generic
37
- CMAKE_TARGET linux-headers-generic ::linux-headers-generic
38
- CONAN linux-headers-generic/${OPENSOURCE_REPLACE_LINUX_HEADERS} "&& conan-requires" linux-headers-generic/${OPENSOURCE_REPLACE_LINUX_HEADERS}
34
+ OPENSOURCE_EXPORT_REPLACEMENT_BY_OS(
35
+ OS
36
+ Linux
37
+ CMAKE
38
+ linux-headers-generic
39
+ CMAKE_TARGET
40
+ linux-headers-generic ::linux-headers-generic
41
+ CONAN
42
+ linux-headers-generic/${OPENSOURCE_REPLACE_LINUX_HEADERS}
39
43
)
40
-
41
44
ELSE()
42
-
43
45
ADDINCL(
44
46
GLOBAL contrib/libs/linux-headers
45
47
GLOBAL contrib/libs/linux-headers/_nf
46
48
)
47
-
48
49
ENDIF()
49
50
50
51
DISABLE(NEED_PLATFORM_PEERDIRS)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ IF (OPENSOURCE_REPLACE_OPENSSL)
19
19
CMAKE OpenSSL
20
20
CMAKE_PACKAGE_COMPONENT Crypto
21
21
CMAKE_TARGET OpenSSL ::Crypto
22
- CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL} "&& conan-requires" openssl/${OPENSOURCE_REPLACE_OPENSSL}
22
+ CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL}
23
23
)
24
24
25
25
ENDIF() # IF (OPENSOURCE_REPLACE_OPENSSL)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ IF (OPENSOURCE_REPLACE_OPENSSL AND EXPORT_CMAKE)
11
11
OPENSOURCE_EXPORT_REPLACEMENT(
12
12
CMAKE OpenSSL
13
13
CMAKE_TARGET OpenSSL ::OpenSSL
14
- CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL} "&& conan-requires" openssl/${OPENSOURCE_REPLACE_OPENSSL}
14
+ CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL}
15
15
)
16
16
17
17
ELSE()
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ IF (OPENSOURCE_REPLACE_PROTOBUF AND EXPORT_CMAKE)
24
24
protobuf ::libprotoc
25
25
CONAN
26
26
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
27
- "&& conan-requires"
28
- protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
27
+ CONAN_ADDITIONAL_SEMS
29
28
"&& conan_require_tool"
30
29
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
31
30
"&& conan-tool_requires"
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ IF (OPENSOURCE_REPLACE_PROTOBUF AND EXPORT_CMAKE)
22
22
protobuf ::libprotoc
23
23
CONAN
24
24
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
25
- "&& conan-requires"
26
- protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
25
+ CONAN_ADDITIONAL_SEMS
27
26
"&& conan_require_tool"
28
27
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
29
28
"&& conan-tool_requires"
You can’t perform that action at this time.
0 commit comments