mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[CMake] Include CMakeDependentOption in libunwind
This should resolve the breakage introduced in r337867 which introduced the use of cmake_dependent_option without include the necessary file. llvm-svn: 337868
This commit is contained in:
parent
4a1e14ea78
commit
641a29df6d
@ -119,6 +119,7 @@ endif()
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
# Setup CMake Options
|
# Setup CMake Options
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
include(CMakeDependentOption)
|
||||||
include(HandleCompilerRT)
|
include(HandleCompilerRT)
|
||||||
|
|
||||||
# Define options.
|
# Define options.
|
||||||
|
Loading…
Reference in New Issue
Block a user