projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e2795
)
Remove link warnings on MSVC
author
Michael R. P. Ragazzon
<mikke89@users.noreply.github.com>
Fri, 1 Jan 2021 16:57:51 +0000
(17:57 +0100)
committer
Hermet Park
<chuneon.park@samsung.com>
Mon, 15 Mar 2021 06:04:43 +0000
(15:04 +0900)
Change-Id: If65f7c96bd2fac65593b2888080fb4dce7f146b7
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index b05b3869fbec87031cfa467a9e5ce8e1459993ec..ae3068a894f4b5bf0385779b2bc3b2e2923e198c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-100,7
+100,7
@@
if (NOT LOTTIE_ASAN)
PUBLIC
"-Wl, -undefined error"
)
- else
(
)
+ else
if(NOT MSVC
)
target_link_libraries(rlottie
PUBLIC
"-Wl,--no-undefined"