mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* tools/coreutils: update to 9.3 * tools/cpio: update to 2.15 * libjson-c: update to 0.17 * gettext-full: fix clang build errors * toolchain: gcc: update to 13.3 * tools: b43-tools: fix compilation with GCC14
12 lines
383 B
Diff
12 lines
383 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -451,8 +451,6 @@ configure_file(json.h.cmakein ${PROJECT_
|
|
include_directories(${PROJECT_SOURCE_DIR})
|
|
include_directories(${PROJECT_BINARY_DIR})
|
|
|
|
-add_subdirectory(doc)
|
|
-
|
|
# "uninstall" custom target for make generators in unix like operating systems
|
|
# and if that target is not present
|
|
if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|