Skip to content

Commit

Permalink
chore: making version string less repetitively repetitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Jul 30, 2020
1 parent 7983d12 commit 914d7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/create_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ file(READ "${VERSION_IN_FILE}" VERSION)
string(STRIP "${VERSION}" VERSION)
message("${VERSION}")
file(WRITE "${VERSION_OUT_FILE}"
"char VersionID[]=\"RADIANCE ${VERSION} ${DATE_STR} LBNL (${RADIANCE_VERSION})\";\n"
"char VersionID[]=\"${VERSION} ${DATE_STR} LBNL (${RADIANCE_VERSION})\";\n"
)

0 comments on commit 914d7c4

Please # to comment.