projects
/
platform
/
core
/
api
/
app-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af57e1
)
Fix build issues
12/203012/1
author
Inkyun Kil
<inkyun.kil@samsung.com>
Tue, 9 Apr 2019 01:33:46 +0000
(10:33 +0900)
committer
Inkyun Kil
<inkyun.kil@samsung.com>
Tue, 9 Apr 2019 01:36:17 +0000
(10:36 +0900)
- Incorrect setting value causes build problems
Change-Id: I067f8ce6232d29a66f50184c4cdb8014ae10d0e8
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 7abbae7706d981ecd2ab6c5626d542c6ede4587a..3f3cdc71860aab743372c6ea8f23a9a6fbac62d6 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-55,7
+55,7
@@
INSTALL(
SET(PC_NAME ${fw_name})
SET(PC_REQUIRED ${pc_requires})
-SET(PC_LDFLAGS
-l${fw_name} -l${uri_fw_name}
)
+SET(PC_LDFLAGS
"-l${fw_name} -l${uri_fw_name}"
)
CONFIGURE_FILE(
${CMAKE_SOURCE_DIR}/${fw_name}.pc.in