Skip to content

Commit

Permalink
Drop LLVM_VERSION_SUFFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Aug 11, 2021
1 parent b33de54 commit 0c7a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX git)
set(LLVM_VERSION_SUFFIX)
endif()

if (NOT PACKAGE_VERSION)
Expand Down

0 comments on commit 0c7a28d

Please sign in to comment.