Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. jblum@wiggle:~/src/gnuradio/gruel$ git diff .
  2. diff --git a/gruel/src/lib/CMakeLists.txt b/gruel/src/lib/CMakeLists.txt
  3. index a6aa1d9..a3e60ef 100644
  4. --- a/gruel/src/lib/CMakeLists.txt
  5. +++ b/gruel/src/lib/CMakeLists.txt
  6. @@ -97,7 +97,7 @@ include(GrTest)
  7. set(GR_TEST_TARGET_DEPS gruel)
  8. list(APPEND test_gruel_sources test_gruel.cc)
  9. add_executable(test_gruel ${test_gruel_sources})
  10. -target_link_libraries(test_gruel gruel ${CPPUNIT_LIBRARIES})
  11. +target_link_libraries(test_gruel gruel ${CPPUNIT_LIBRARIES} ${Boost_LIBRARIES})
  12. GR_ADD_TEST(gruel-test test_gruel)
  13.  
  14. endif(ENABLE_TESTING)
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement