Skip to content

Commit

Permalink
simplify a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSemple committed Aug 18, 2021
1 parent 5d67490 commit 6818c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeGlobals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ string(TIMESTAMP CPACK_COPYRIGHT_YEAR "%Y")
string(TIMESTAMP CPACK_BUILD_DATE "%Y-%m-%d")

# create numeric format for major version (needed when version must be strictly numeric)
string(REPLACE "-" "" CPACK_PACKAGE_VERSION_MAJOR_NUMERIC "${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_MAJOR_NUMERIC "${CPACK_PACKAGE_VERSION_MAJOR}${CPACK_PACKAGE_VERSION_MINOR}")
message(STATUS "Building RStudio ${CPACK_PACKAGE_VERSION}")

# detect pro builds
Expand Down

0 comments on commit 6818c24

Please sign in to comment.