summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-03 16:12:38 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-03 16:12:38 +0000
commitf63ea6fefced0a883f716937d399b26d51c491cc (patch)
tree4156aa644e2c1125f47883b64319f664bfc1fe6e /cmake
parent71ad2c9eda710bc26ec1621a9afefad11dd7fad2 (diff)
downloadllvm-f63ea6fefced0a883f716937d399b26d51c491cc.tar.gz
llvm-f63ea6fefced0a883f716937d399b26d51c491cc.tar.bz2
llvm-f63ea6fefced0a883f716937d399b26d51c491cc.tar.xz
Fix typos on LLVM.cmake. Export LLVM_ON_UNIX & LLVM_ON_WIN32.
Patch by arrowdodger! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/LLVM.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/modules/LLVM.cmake b/cmake/modules/LLVM.cmake
index 9182afdf27..8afc63d7a3 100644
--- a/cmake/modules/LLVM.cmake
+++ b/cmake/modules/LLVM.cmake
@@ -20,10 +20,10 @@ set(LLVM_NATIVE_ARCH @LLVM_NATIVE_ARCH@)
set(LLVM_ENABLE_PIC @LLVM_ENABLE_PIC@)
-set(LLVM_ENABLE_THREADS @LLVM_ENABLE_THREADS)
-
set(HAVE_LIBDL @HAVE_LIBDL@)
-set(HAVE_LIBPTHREAD @HAVE_LIBPTHREAD)
+set(HAVE_LIBPTHREAD @HAVE_LIBPTHREAD@)
+set(LLVM_ON_UNIX @LLVM_ON_UNIX@)
+set(LLVM_ON_WIN32 @LLVM_ON_WIN32@)
# We try to include using the current setting of CMAKE_MODULE_PATH,
# which suppossedly was filled by the user with the directory where