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.8 by greg, Mon Sep 23 22:17:28 2013 UTC

# Line 34 | Line 34 | endif()
34   if(APPLE)
35    add_definitions(-DBSD -DNOSTEREO -Dfreebsd)
36    include_directories(/usr/X11R6/include)
37 +  SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.6")
38   endif()
39 +
40 + IF( BUILD_PACKAGE )
41 +  INCLUDE(radianceCPack.cmake )
42 + ENDIF( BUILD_PACKAGE )
43  
44   set(CPACK_PACKAGE_VERSION_MAJOR 4)
45   set(CPACK_PACKAGE_VERSION_MINOR 2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines