Skip to content

Commit f02036f

Browse files
committed
Reverting the previous commit
1 parent 38fe924 commit f02036f

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-
${LIBCORECLIENT})
117+
PRIVATE ${LIBCORECLIENT})
118118

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

0 commit comments

Comments
 (0)