mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 10:02:22 +00:00
[flang] Fix for 541f5c4a6db35870091dd15dfa09dde751229a17 (D140524) breaking out-of-tree flang build.
This commit is contained in:
parent
0beffb8542
commit
287f201f9d
@ -62,6 +62,7 @@ endif()
|
||||
|
||||
if (FLANG_STANDALONE_BUILD)
|
||||
set(FLANG_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
if (NOT MSVC_IDE)
|
||||
set(LLVM_ENABLE_ASSERTIONS ${ENABLE_ASSERTIONS}
|
||||
CACHE BOOL "Enable assertions")
|
||||
|
Loading…
x
Reference in New Issue
Block a user