ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/CMakeLists.txt
(Generate patch)

Comparing ray/src/util/CMakeLists.txt (file contents):
Revision 1.13 by greg, Mon Feb 10 17:50:02 2014 UTC vs.
Revision 1.14 by greg, Thu Mar 20 22:49:21 2014 UTC

# Line 78 | Line 78 | find_file(HAVE_SGISTEREO_H "SGIStereo.h" ${OPENGL_INCL
78   if(NOT HAVE_SGISTEREO_H)
79          add_definitions(-DNOSTEREO)
80   endif()
81 < if(UNIX)
81 > if(UNIX AND X11_FOUND)
82          add_executable(glrad glrad.c)
83          target_link_libraries(glrad rgl rtrad ${OPENGL_LIBRARIES} ${X11_LIBRARIES})
84          install(TARGETS rpiece RUNTIME DESTINATION bin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines