We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e33f48 commit 781ae0cCopy full SHA for 781ae0c
llvm/CMakeLists.txt
@@ -19,21 +19,6 @@ endif()
19
20
include(${LLVM_COMMON_CMAKE_UTILS}/Modules/LLVMVersion.cmake)
21
22
-# TODO: Remove the following block of llvm versions once build_lightning script
23
-# has been updated to lookup above LLVMVersion.cmake file instead of this file.
24
-if(NOT DEFINED LLVM_VERSION_MAJOR)
25
- set(LLVM_VERSION_MAJOR 19)
26
-endif()
27
-if(NOT DEFINED LLVM_VERSION_MINOR)
28
- set(LLVM_VERSION_MINOR 0)
29
30
-if(NOT DEFINED LLVM_VERSION_PATCH)
31
- set(LLVM_VERSION_PATCH 0)
32
33
-if(NOT DEFINED LLVM_VERSION_SUFFIX)
34
- set(LLVM_VERSION_SUFFIX git)
35
36
-
37
set_directory_properties(PROPERTIES LLVM_VERSION_MAJOR "${LLVM_VERSION_MAJOR}")
38
39
if (NOT PACKAGE_VERSION)
0 commit comments