Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 849b1bd

Browse files
authored
Merge pull request argotorg#4171 from LefterisJP/fix_typo_buildinfo_cmake
Fix a typo in Buildinfo.cmake
2 parents e97f9b6 + 7ca98d4 commit 849b1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/scripts/buildinfo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (NOT ETH_BUILD_PLATFORM)
1919
set(ETH_BUILD_PLATFORM "unknown")
2020
endif()
2121

22-
# Logic here: If prereleases.txt exists but is empty, it is a non-pre release.
22+
# Logic here: If prerelease.txt exists but is empty, it is a non-pre release.
2323
# If it does not exist, create our own prerelease string
2424
if (EXISTS ${ETH_SOURCE_DIR}/prerelease.txt)
2525
file(READ ${ETH_SOURCE_DIR}/prerelease.txt SOL_VERSION_PRERELEASE)

0 commit comments

Comments
 (0)