llvm-project/lldb/cmake/modules
Haibo Huang 79d117f27e [CMake] Move project() call to main CMake file
Summary:
The main CMake file don't have a project() call. In this case, cmake will run a dummy project(Project ) at the very beginning. Even before cmake_minimum_required. And a series of compiler detections will be triggered.

This is problematic if we depends on some policy to be set. E.g. CMP0056. try_compile will fail before we have a chance to do anything.

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D65362

llvm-svn: 367273
2019-07-29 23:09:31 +00:00
..
AddLLDB.cmake [lldb][CMake] Fix framework-enabled build detail for Xcode 2019-07-25 10:47:49 +00:00
FindLibEdit.cmake Fix a typo in FindLibEdit.cmake 2019-03-15 14:03:52 +00:00
LLDBConfig.cmake [CMake] Print the correct variables 2019-07-26 20:58:10 +00:00
LLDBFramework.cmake [CMake] Polish folders in generated Xcode project 2019-07-18 16:44:45 +00:00
LLDBGenerateConfig.cmake [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
LLDBStandalone.cmake [CMake] Move project() call to main CMake file 2019-07-29 23:09:31 +00:00
debugserverConfig.cmake [CMake] Move debugserver options to separate debugserverConfig.cmake 2019-01-04 12:46:38 +00:00