From: Diane Trout Date: Thu, 31 Aug 2006 07:03:44 +0000 (+0000) Subject: fedora needs -lutil for python to build X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=ca3415408fb2848a5c78b78844c519702ade1486 fedora needs -lutil for python to build --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2108fdc..f7b9d7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ TARGET_LINK_LIBRARIES(mussagl ${BOOST_PYTHON_LIBRARY} ${PYTHON_LIBRARIES} ${OPENGL_gl_LIBRARY} + util ) GET_MUSSA_COMPILE_FLAGS(MAIN_CFLAGS) diff --git a/py/test/CMakeLists.txt b/py/test/CMakeLists.txt index aa09842..e2e3896 100644 --- a/py/test/CMakeLists.txt +++ b/py/test/CMakeLists.txt @@ -29,6 +29,7 @@ TARGET_LINK_LIBRARIES(mussa_python_test ${BOOST_PYTHON_LIBRARY} ${PYTHON_LIBRARIES} ${BOOST_UNIT_TEST_LIBRARY} + util ) SET_TARGET_PROPERTIES(