Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 13 Apr 2011 15:25:31 +0000 (15:25 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 13 Apr 2011 15:25:31 +0000 (15:25 +0000)
commitc2475e8ece4adb396ab228c64df995d6def1b7f5
treeb6438a045f83ebe960350a263e0fbf9a461122d0
parentd30aa5a1edac5256573e8d76dd155df3d3fdec84
Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,
component names such as "engine" do not expand to "jit" and hence to
the native target libraries for external users.

Thanks to arrowdodger for reporting and diagnosing the problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129444 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMConfig.cmake.in