projects
/
platform
/
core
/
security
/
tef-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25989ee
)
suppress warnings due to the deprecated TEF APIs
05/294805/2
author
Dongsun Lee
<ds73.lee@samsung.com>
Mon, 26 Jun 2023 02:14:31 +0000
(11:14 +0900)
committer
Dong Sun Lee
<ds73.lee@samsung.com>
Tue, 27 Jun 2023 01:55:48 +0000
(
01:55
+0000)
Change-Id: I093e9cb5acb8c9498cf516d6dc8d9196ae2a64f4
helloworld/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/helloworld/CMakeLists.txt
b/helloworld/CMakeLists.txt
index 2a9325cba06c313aae6206130b690ba2c830c179..ac119d666eb7e94c65e638e0863bd43fe0f8603b 100644
(file)
--- a/
helloworld/CMakeLists.txt
+++ b/
helloworld/CMakeLists.txt
@@
-24,6
+24,9
@@
PROJECT("tef-simulator-helloworld")
INCLUDE(FindPkgConfig)
+# Suppress warnings due to the deprecated TEF client API
+ADD_DEFINITIONS("-Wno-deprecated-declarations")
+
PKG_CHECK_MODULES(HELLO_WORLD_TA_DEPS REQUIRED
tef-simulator-devkit
)