summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2009-05-06 23:38:31 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2009-05-06 23:38:31 +0000
commitca625a8bf39e3b4901a35f6f51e95863e3c59025 (patch)
tree40734488b7939a2636ee70821d0d4a08bc754045 /CMakeLists.txt
parentccbf91daecc369ff055cd7f4f3cf1dd35b701abd (diff)
downloadboost-ca625a8bf39e3b4901a35f6f51e95863e3c59025.tar.gz
Remove remaining traash
[SVN r52814]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64fe908fa8..6cdc715834 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -268,7 +268,7 @@ add_definitions(-DBOOST_ALL_NO_LIB=1)
add_subdirectory(doc)
# Add build rules for all of the Boost libraries
-add_subdirectory(${BOOST_LIBS_DIR})
+add_subdirectory(libs)
# Add build rules for all of the Boost tools
# TODO: On hold while I work on the modularity code