aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/LLVMConfigVersion.cmake.in
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-10 16:17:49 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-10 16:17:49 +0000
commit3447b4f01bd82f5b3b1c8b315a9db507fdd71b91 (patch)
tree6ed4ed13aec935ddb6b19646ed60bdea71ac130e /cmake/modules/LLVMConfigVersion.cmake.in
parent64cfcefdeb05bd955659dfe07435c9ca6ae8efac (diff)
downloadexternal_llvm-3447b4f01bd82f5b3b1c8b315a9db507fdd71b91.zip
external_llvm-3447b4f01bd82f5b3b1c8b315a9db507fdd71b91.tar.gz
external_llvm-3447b4f01bd82f5b3b1c8b315a9db507fdd71b91.tar.bz2
CMake: support for using LLVM from client projects with find_package.
Patch by arrowdodger! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules/LLVMConfigVersion.cmake.in')
-rw-r--r--cmake/modules/LLVMConfigVersion.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/LLVMConfigVersion.cmake.in b/cmake/modules/LLVMConfigVersion.cmake.in
new file mode 100644
index 0000000..add5aa9
--- /dev/null
+++ b/cmake/modules/LLVMConfigVersion.cmake.in
@@ -0,0 +1 @@
+set(PACKAGE_VERSION "@PACKAGE_VERSION@") \ No newline at end of file