From 0f3841ea94ed9019a538516d774f5936b301e9a0 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 10 Jun 2020 10:44:43 +0200 Subject: [HICN-627] CMake fix: consider local header files first and system ones after. Signed-off-by: Mauro Sardara Change-Id: I361c8e4f995dad976cc717c5027bcacdb2ba65f5 Signed-off-by: Mauro Sardara --- libtransport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtransport/CMakeLists.txt') diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt index 67492cb11..16c28f390 100644 --- a/libtransport/CMakeLists.txt +++ b/libtransport/CMakeLists.txt @@ -146,9 +146,9 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Android") endif () list(APPEND LIBRARIES + ${HICN_LIBRARIES} ${LIBPARC_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} - ${HICN_LIBRARIES} ${VPP_LIBRARIES} ${ANDROID_LIBRARIES} ${OPENSSL_LIBRARIES} -- cgit 1.2.3-korg