aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-03-05 15:25:12 +0000
committerGerrit Code Review <gerrit@fd.io>2018-03-05 15:25:12 +0000
commit0ce674a3408e2ab793dbc3fbe3e5b09e17b358e4 (patch)
tree516ac74c6083120d925d3e5b7ae775a7148b89a7
parent2e02099696d6a839b8899faa50a54d2368fd7efd (diff)
parent2f628712c24ada33f056c76f7648a6aa939b7b80 (diff)
Merge "Trigger build of documentation" into cframework/master
-rw-r--r--libparc/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/libparc/CMakeLists.txt b/libparc/CMakeLists.txt
index 39c83c5c..0831be64 100644
--- 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}")