Skip to content

Commit

Permalink
Remove GLog from LockMgr linked libs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden authored and andrewseidl committed Mar 18, 2020
1 parent 9b25f2d commit 1890151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LockMgr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set(lock_mgr_source_files

add_library(LockMgr ${lock_mgr_source_files})

target_link_libraries(LockMgr Shared ${Boost_THREAD_LIBRARY} ${Glog_LIBRARIES})
target_link_libraries(LockMgr Shared ${Boost_THREAD_LIBRARY})

0 comments on commit 1890151

Please sign in to comment.