diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2018-03-05 16:23:47 +0100 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2018-03-05 16:23:47 +0100 |
commit | 2f628712c24ada33f056c76f7648a6aa939b7b80 (patch) | |
tree | 3073250a0858e94550135248b30445ddff241e7c | |
parent | 8038cdef20bc99cf53e827395e5a74463757e465 (diff) |
Trigger build of documentation
Change-Id: I600b976af14ac04c5d54fc0b89ba5c61848d0e98
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r-- | libparc/CMakeLists.txt | 10 |
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}") |