Merge pull request #4171 from LefterisJP/fix_typo_buildinfo_cmake

Fix a typo in Buildinfo.cmake
This commit is contained in:
chriseth 2018-05-22 20:17:32 +02:00 committed by GitHub
commit 849b1bd59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if (NOT ETH_BUILD_PLATFORM)
set(ETH_BUILD_PLATFORM "unknown")
endif()
# Logic here: If prereleases.txt exists but is empty, it is a non-pre release.
# Logic here: If prerelease.txt exists but is empty, it is a non-pre release.
# If it does not exist, create our own prerelease string
if (EXISTS ${ETH_SOURCE_DIR}/prerelease.txt)
file(READ ${ETH_SOURCE_DIR}/prerelease.txt SOL_VERSION_PRERELEASE)