[libunwind] r337868 - [CMake] Include CMakeDependentOption in libunwind

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 24 16:42:51 PDT 2018


Author: phosek
Date: Tue Jul 24 16:42:51 2018
New Revision: 337868

URL: http://llvm.org/viewvc/llvm-project?rev=337868&view=rev
Log:
[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.

Modified:
    libunwind/trunk/CMakeLists.txt

Modified: libunwind/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libunwind/trunk/CMakeLists.txt?rev=337868&r1=337867&r2=337868&view=diff
==============================================================================
--- libunwind/trunk/CMakeLists.txt (original)
+++ libunwind/trunk/CMakeLists.txt Tue Jul 24 16:42:51 2018
@@ -119,6 +119,7 @@ endif()
 #===============================================================================
 # Setup CMake Options
 #===============================================================================
+include(CMakeDependentOption)
 include(HandleCompilerRT)
 
 # Define options.




More information about the cfe-commits mailing list