Advertisement
bartus234

Untitled

Jul 6th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.78 KB | None | 0 0
  1. --- ui/luxrender2/CMakeLists.txt.orig   2016-07-06 11:59:56.012920905 +0200
  2. +++ ui/luxrender2/CMakeLists.txt        2016-07-06 11:59:03.138394946 +0200
  3. @@ -131,7 +131,7 @@
  4.                 TARGET_LINK_LIBRARIES(luxrender2 ${OSX_SHARED_CORELIB} ${QT_LIBRARIES} ${EXTRA_LIBS} ${Boost_LIBRARIES})
  5.         ELSE(APPLE)
  6.                 MESSAGE(STATUS "Qt libs: ${QT_LIBRARIES}")
  7. -               TARGET_LINK_LIBRARIES(luxrender2 luxcore smallluxgpu luxrays ${QT_LIBRARIES} ${Boost_LIBRARIES} ${EMBREE_LIBRARY} libHalf.a)
  8. +               TARGET_LINK_LIBRARIES(luxrender2 luxcore smallluxgpu luxrays ${QT_LIBRARIES} ${Boost_LIBRARIES} ${EMBREE_LIBRARY} libHalf.so)
  9.                 #Do not know what is libHalf, but it is needed to link the program correcty
  10.         ENDIF(APPLE)
  11.  ELSE(QT4_FOUND)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement