projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
574b5c8
)
G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e.
author
Howard Hinnant
<hhinnant@apple.com>
Mon, 19 Aug 2013 21:42:07 +0000
(21:42 +0000)
committer
Howard Hinnant
<hhinnant@apple.com>
Mon, 19 Aug 2013 21:42:07 +0000
(21:42 +0000)
llvm-svn: 188712
libcxx/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/libcxx/CMakeLists.txt
b/libcxx/CMakeLists.txt
index
ee5ef14
..
e56b061
100644
(file)
--- a/
libcxx/CMakeLists.txt
+++ b/
libcxx/CMakeLists.txt
@@
-45,7
+45,7
@@
if (NOT DEFINED LIBCXX_CXX_ABI)
endif()
set(LIBCXX_CXX_ABI "${LIBCXX_CXX_ABI}" CACHE STRING
"Specify C++ ABI library to use." FORCE)
-set_property(CACHE LIBCXX_CXX_ABI PROPERTY STRINGS
""
;${CXXABIS})
+set_property(CACHE LIBCXX_CXX_ABI PROPERTY STRINGS ;${CXXABIS})
#===============================================================================
# Configure System