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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits