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.
2 parents 29f207b + 6b50839 commit e4a9efaCopy full SHA for e4a9efa
Sources/makeOptions/CMakeLists.txt
@@ -16,7 +16,8 @@ add_executable(makeOptions
16
set_target_properties(makeOptions PROPERTIES
17
CXX_STANDARD 17)
18
target_compile_definitions(makeOptions PRIVATE
19
- LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1)
+ LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1
20
+ LLVM_VERSION_MAJOR=${LLVM_VERSION_MAJOR})
21
target_include_directories(makeOptions PRIVATE
22
${SWIFT_INCLUDE_DIRS}
23
${LLVM_BUILD_BINARY_DIR}/include
0 commit comments