projects
/
platform
/
core
/
api
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e8811
)
remove useless definition for prefix for cmake
80/28680/2
author
Ronan Le Martret
<ronan@fridu.net>
Tue, 14 Oct 2014 07:14:54 +0000
(09:14 +0200)
committer
Ronan Le Martret
<ronan@fridu.net>
Wed, 31 Dec 2014 10:06:35 +0000
(11:06 +0100)
- incompatible with yocto build native
Change-Id: Ic817381cd163ac5d01c89e4159de24a26f7d5f9d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index fc11c5e1cb9e828fbfd6af13de484fb6c9fcbd9e..cfdf1cd5b03ed6766514773a04b326bc65b7e27d 100755
(executable)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-2,8
+2,6
@@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT("capi-base-common")
SET(fw_name "capi-base-common")
-SET(CMAKE_INSTALL_PREFIX "/usr")
-SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(VERSION ${FULLVER})
SET(PC_LDFLAGS -l${fw_name})