mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
10ad7b2592
* [lcm] Disable examples and docs * Test tools on Windows * Copy tools * version * TOOL_NAMES * version
13 lines
254 B
Diff
13 lines
254 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6d3a4c2..90833e3 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -39,7 +39,6 @@ if(LCM_ENABLE_EXAMPLES)
|
|
endif()
|
|
|
|
# Documentation (Main, C/C++, .NET)
|
|
-add_subdirectory(docs)
|
|
|
|
# Java
|
|
lcm_option(
|