Skip to content

Commit 38fe924

Browse files
committed
Small fix to CMakeLists.txt
1 parent ea05ba1 commit 38fe924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ target_include_directories(${LIB_NAME}
114114
PRIVATE ${PROJECT_SOURCE_DIR}/include)
115115

116116
target_link_libraries(${LIB_NAME}
117-
PRIVATE ${LIBCORECLIENT})
117+
${LIBCORECLIENT})
118118

119119
###############################################################################

0 commit comments

Comments
 (0)