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

Comparing ray/src/rt/create_version.cmake (file contents):
Revision 1.6 by greg, Fri Jul 17 15:57:44 2020 UTC vs.
Revision 1.7 by greg, Thu Jul 30 19:19:56 2020 UTC

# Line 17 | Line 17 | file(READ "${VERSION_IN_FILE}" VERSION)
17   string(STRIP "${VERSION}" VERSION)
18   message("${VERSION}")
19   file(WRITE "${VERSION_OUT_FILE}"
20 <  "char VersionID[]=\"RADIANCE ${VERSION} ${DATE_STR} LBNL (${RADIANCE_VERSION})\";\n"
20 >  "char VersionID[]=\"${VERSION} ${DATE_STR} LBNL (${RADIANCE_VERSION})\";\n"
21   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines