CMake Typo

This commit is contained in:
Christian Giese
2021-05-27 08:05:08 +02:00
parent 81eca48fbe
commit 7e0f3df1ed
+1 -1
View File
@@ -23,7 +23,7 @@ else()
endif()
FILE(GLOB BBL_SOURCES src/*.c)
list(SORT BLL_SOURCES)
list(SORT BBL_SOURCES)
# Deterministic randomness for symbol name creation
foreach(_file ${BBL_SOURCES})
file(SHA1 ${_file} checksum)