Skip to content

Commit

Permalink
glog linking
Browse files Browse the repository at this point in the history
simonlynen committed Mar 25, 2014
1 parent 2873b77 commit 9ff46d5
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions msf_core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -49,6 +49,5 @@ add_executable(test_similaritytransform src/test/test_similaritytransform.cc)
target_link_libraries(test_similaritytransform similaritytransform)

catkin_add_gtest(test_static_statelist src/test/test_staticstatelist.cc)
target_link_libraries(test_static_statelist pthread ${PROJECT_NAME}
${GLOG_LIBRARIES})
target_link_libraries(test_static_statelist pthread ${PROJECT_NAME} ${GLOG_LIBRARY})

2 changes: 1 addition & 1 deletion msf_core/cmake/FindGLog.cmake
Original file line number Diff line number Diff line change
@@ -99,6 +99,6 @@ else(MSVC)
endif(MSVC)

if(GLOG_FOUND)
# _GLOG_APPEND_LIBRARIES(GLOG GLOG_LIBRARY)
_GLOG_APPEND_LIBRARIES(GLOG GLOG_LIBRARY)
endif()

0 comments on commit 9ff46d5

Please sign in to comment.