Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8038cde
)
Trigger build of documentation
62/10962/1
author
Mauro Sardara
<
[email protected]
>
Mon, 5 Mar 2018 15:23:47 +0000
(16:23 +0100)
committer
Mauro Sardara
<
[email protected]
>
Mon, 5 Mar 2018 15:23:47 +0000
(16:23 +0100)
Change-Id: I600b976af14ac04c5d54fc0b89ba5c61848d0e98
Signed-off-by: Mauro Sardara <
[email protected]
>
libparc/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/libparc/CMakeLists.txt
b/libparc/CMakeLists.txt
index
39c83c5
..
0831be6
100644
(file)
--- a/
libparc/CMakeLists.txt
+++ b/
libparc/CMakeLists.txt
@@
-13,13
+13,13
@@
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif ()
-if(
UNIX
)
+if(
UNIX
)
link_libraries(m)
-endif(
UNIX
)
+endif(
UNIX
)
-include(
CTest
)
-include(
version
)
-include(
detectCacheSize
)
+include(
CTest
)
+include(
version
)
+include(
detectCacheSize
)
if(ANDROID_API)
message("############ Detected cross compile for $ENV{CMAKE_SYSTEM_NAME}")