Skip to content

Commit

Permalink
Unlink liblog users from libtools
Browse files Browse the repository at this point in the history
Change-Id: Ic96f8c564955cf9950f8a00feb9d1bb7c421329f
  • Loading branch information
Oleh-Kravchenko committed Nov 3, 2016
1 parent e848141 commit 6e68722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ INTERFACE
)

TARGET_LINK_LIBRARIES(liblog_static
PUBLIC
PRIVATE
libtools_static
)

Expand All @@ -86,7 +86,7 @@ INTERFACE
)

TARGET_LINK_LIBRARIES(liblog
PUBLIC
PRIVATE
libtools
)

Expand Down

0 comments on commit 6e68722

Please sign in to comment.