blob: dad521ade66a412341ba90be3f81e4f5d35008e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- CMakeLists.txt.orig 2024-11-23 03:08:02 UTC
+++ CMakeLists.txt
@@ -401,14 +401,11 @@ endif()
add_subdirectory(tools/clang-tidy-plugin)
endif()
-install(DIRECTORY doc TYPE DOC)
-
if (RELEASE)
install(FILES
${CMAKE_SOURCE_DIR}/README.md
${CMAKE_SOURCE_DIR}/LICENSE.txt
${CMAKE_SOURCE_DIR}/LICENSE-OFL-Terminus-Font.txt
- ${CMAKE_SOURCE_DIR}/VERSION.txt
TYPE DOC)
if (TILES)
if (USE_PREFIX_DATA_DIR)
|