commit | debe778ff62812d660e8dc73519a3763b49a2655 | [log] [tgz] |
---|---|---|
author | Alex Langford <apl@fb.com> | Thu Jun 07 20:17:46 2018 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 08 10:37:45 2020 -0700 |
tree | c144b3ad74e4ef5139318fca82a47de930ce548f | |
parent | d843ab0bf2220420ac4f14a81584ebb02f802530 [diff] |
Remove commented out line from top-level CMakeLists.txt llvm-svn: 334225 GitOrigin-RevId: 372e3d3e125f16ab818e31a81db93f195cabc159
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1772acf..5b2a109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -42,7 +42,6 @@ ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${LLDB_FRAMEWORK_INSTALL_DIR}) endif() -# add_subdirectory(include) add_subdirectory(docs) if (NOT LLDB_DISABLE_PYTHON) if(LLDB_USE_SYSTEM_SIX)