File: 0001-Ensuring-cmake-builds-docs.patch

package info (click to toggle)
ufo-core 0.17.0.22.gc831aec-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: ansic: 10,768; python: 1,004; lisp: 266; cpp: 98; xml: 55; makefile: 25; sh: 25
file content (21 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Serge Cohen <serge.cohen@synchrotron-soleil.fr>
Date: Thu, 24 Sep 2020 12:41:54 +0200
Subject: Ensuring cmake builds docs

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d6901f4..531a03c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,7 +125,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
 #{{{ Subdirectories
 add_subdirectory(ufo)
 ## Since sphinx is somehow unable to perform this part of the compilation on my system :
-##add_subdirectory(docs)
+add_subdirectory(docs)
 add_subdirectory(bin)
 
 if (WITH_TESTS)