diff options
author | 2019-01-22 17:50:52 +0000 | |
---|---|---|
committer | 2019-01-22 17:50:52 +0000 | |
commit | bed18df840364847e378d1ce2dea2fbace029720 (patch) | |
tree | d0cd5b86ba9c159f9e8a32331a82e121bafdb4c5 /hicn-light/src/CMakeLists.txt | |
parent | 471bcdc47dce89394a724e96f7c4bd6f242b6a31 (diff) | |
parent | 211b6a8bc6d959a874a43f28d4cda43eae48200d (diff) |
Merge "[HICN-3] First version of packaging system based on cmake."
Diffstat (limited to 'hicn-light/src/CMakeLists.txt')
-rwxr-xr-x | hicn-light/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/CMakeLists.txt b/hicn-light/src/CMakeLists.txt index 939f38a34..1951d00f7 100755 --- a/hicn-light/src/CMakeLists.txt +++ b/hicn-light/src/CMakeLists.txt @@ -38,7 +38,7 @@ build_library(${LIBHICN_LIGHT} INSTALL_HEADERS ${TO_INSTALL_HEADERS} LINK_LIBRARIES ${LIBRARIES} DEPENDS ${DEPENDENCIES} - COMPONENT hicn-light + COMPONENT ${LIBHICN_LIGHT} INCLUDE_DIRS ${HICN_LIGHT_INCLUDE_DIRS} INSTALL_ROOT_DIR hicn/hicn-light DEFINITIONS ${COMPILER_DEFINITIONS} |