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

Comparing ray/src/CMakeLists.txt (file contents):
Revision 1.8 by greg, Wed Jun 20 20:51:24 2018 UTC vs.
Revision 1.9 by greg, Tue May 16 22:58:18 2023 UTC

# Line 50 | Line 50 | add_subdirectory(ot)
50   add_subdirectory(px)
51   add_subdirectory(rt)
52   add_subdirectory(util)
53 < if(NOT BUILD_HEADLESS AND Qt5Widgets_DIR)
53 > if(NOT BUILD_HEADLESS AND BUILD_QT)
54    # only use qtrvu if qt5 is found
55    add_subdirectory(qtrvu)
56   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines