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

Comparing src/CMakeLists.txt (file contents):
Revision 1.8 by greg, Wed Jun 20 20:51:24 2018 UTC vs.
Revision 1.10 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 + # RCSid $Id$
2 +
3   if(UNIX)
4    find_library(LIB_M m DOC "Path to libm")
5    if(NOT LIB_M)
# Line 50 | Line 52 | add_subdirectory(ot)
52   add_subdirectory(px)
53   add_subdirectory(rt)
54   add_subdirectory(util)
55 < if(NOT BUILD_HEADLESS AND Qt5Widgets_DIR)
55 > if(NOT BUILD_HEADLESS AND BUILD_QT)
56    # only use qtrvu if qt5 is found
57    add_subdirectory(qtrvu)
58   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines