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

Comparing ray/CMakeLists.txt (file contents):
Revision 1.6 by greg, Tue Jun 19 16:41:46 2012 UTC vs.
Revision 1.7 by greg, Thu Aug 16 17:59:45 2012 UTC

# Line 36 | Line 36 | if(APPLE)
36    include_directories(/usr/X11R6/include)
37   endif()
38  
39 + IF( BUILD_PACKAGE )
40 +  INCLUDE(radianceCPack.cmake )
41 + ENDIF( BUILD_PACKAGE )
42 +
43   set(CPACK_PACKAGE_VERSION_MAJOR 4)
44   set(CPACK_PACKAGE_VERSION_MINOR 2)
45   set(CPACK_PACKAGE_VERSION_PATCH a)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines