llvm-6502/cmake/modules
Dan Liew 40a45a25be Fix bug #23967. The gtest and gtest_main targets were exported into the
CMake files and should not be by both build systems and also the targets
were also installed by the CMake build system which they should not be.

The problem was that

- the CMake build of LLVM installs and exports the gtest library
targets. We should not being doing this, these are not part of LLVM.

- the Autoconf/Makefile build of LLVM still had gtest libraries in the
installed LLVMConfig.cmake.

These problems would cause problems for an external project because when
calling llvm_map_components_to_libnames(XXX all) ${XXX} would to contain
LLVM's internal gtest libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240981 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-29 18:45:56 +00:00
..
AddLLVM.cmake Fix bug #23967. The gtest and gtest_main targets were exported into the 2015-06-29 18:45:56 +00:00
AddLLVMDefinitions.cmake
AddOCaml.cmake [cmake] [OCaml] Make ocamldoc targets depend on output files 2015-06-07 19:22:22 +00:00
AddSphinxTarget.cmake
CheckAtomic.cmake Repair cmake libatomic check. 2015-06-16 14:00:01 +00:00
ChooseMSVCCRT.cmake
CMakeLists.txt
CrossCompile.cmake Refactoring CMake CrossCompile module. 2015-03-12 17:33:34 +00:00
FindOCaml.cmake
FindSphinx.cmake
GetHostTriple.cmake
GetSVN.cmake
HandleLLVMOptions.cmake Spelling fixes in comments. 2015-06-24 21:46:53 +00:00
HandleLLVMStdlib.cmake
LLVM-Config.cmake Add targets to cmake for specific target components. 2015-04-20 18:22:05 +00:00
LLVMConfig.cmake.in [CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache in LLVMConfig.cmake." 2015-04-13 04:54:12 +00:00
LLVMConfigVersion.cmake.in
LLVMProcessSources.cmake
Makefile Fix bug #23967. The gtest and gtest_main targets were exported into the 2015-06-29 18:45:56 +00:00
TableGen.cmake [CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio 2015-05-29 18:34:41 +00:00
VersionFromVCS.cmake