projects
/
platform
/
core
/
ml
/
aitt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e92d6
)
android build fail issue
author
CHANDRASHEKHAR S BYADGI
<chandru.b@samsung.com>
Mon, 5 Sep 2022 06:44:51 +0000
(12:14 +0530)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Tue, 20 Sep 2022 07:43:28 +0000
(16:43 +0900)
modules/tcp/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/modules/tcp/CMakeLists.txt
b/modules/tcp/CMakeLists.txt
index
d4c3887
..
68faaf3
100644
(file)
--- a/
modules/tcp/CMakeLists.txt
+++ b/
modules/tcp/CMakeLists.txt
@@
-4,7
+4,7
@@
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
IF(PLATFORM STREQUAL "tizen")
PKG_CHECK_MODULES(AITT_TCP_NEEDS REQUIRED openssl1.1)
-ELSE
(PLATFORM STREQUAL "tizen
")
+ELSE
IF( NOT PLATFORM STREQUAL "android
")
PKG_CHECK_MODULES(AITT_TCP_NEEDS REQUIRED openssl)
ENDIF(PLATFORM STREQUAL "tizen")