File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 79
79
graphviz \
80
80
doxygen
81
81
82
- - name : Configure and build
82
+ - name : Configure and build
83
83
run : |
84
84
export PATH=/usr/lib/postgresql/${PGVER}/bin:$PATH
85
85
mkdir build
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ include(pgr/Configure)
82
82
#---------------------------------------------
83
83
set (DOXYGEN_MINIMUM_VERSION "1.7" )
84
84
set (SPHINX_MINIMUM_VERSION "4.0" )
85
- set (POSTGRESQL_MINIMUM_VERSION "13.0.0 " )
85
+ set (POSTGRESQL_MINIMUM_VERSION "13" )
86
86
set (BOOST_MINIMUM_VERSION "1.56.0" )
87
87
set (POSTGIS_MINIMUM_VERSION "3.0.0" )
88
88
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ foreach(opt BUILD_HTML BUILD_LATEX BUILD_MAN BUILD_SINGLEHTML BUILD_EPUB BUILD_D
50
50
endif ()
51
51
endforeach ()
52
52
53
- message (STATUS "PROJECT_DOC_TARGETS = ${PROJECT_DOC_TARGETS} " )
54
53
if ("${PROJECT_DOC_TARGETS} " STREQUAL "" )
55
54
message (WARNING "No documentation targets found
56
55
Building without documentation" )
@@ -145,7 +144,7 @@ message(STATUS "PGR_DOCUMENTATION_SOURCE_DIR = ${PGR_DOCUMENTATION_SOURCE_DIR}")
145
144
foreach (subdir ${PROJECT_DOC_DIRECTORIES} "src" )
146
145
add_subdirectory ("${subdir} " )
147
146
if (EXISTS "${CMAKE_SOURCE_DIR} /docqueries/${subdir} " )
148
- add_subdirectory ("${CMAKE_SOURCE_DIR} /docqueries/${subdir} " "build/doc /${subdir} " )
147
+ add_subdirectory ("${CMAKE_SOURCE_DIR} /docqueries/${subdir} " "docqueries /${subdir} " )
149
148
endif ()
150
149
endforeach ()
151
150
@@ -158,10 +157,7 @@ configure_file("../tools/testers/sampledata.sql" "${PGR_DOCUMENTATION_SOURCE_DIR
158
157
add_subdirectory ("_static" )
159
158
add_subdirectory ("_templates" )
160
159
161
- configure_file (
162
- "${CMAKE_CURRENT_SOURCE_DIR} /conf.py.in"
163
- "${PGR_DOCUMENTATION_SOURCE_DIR} /conf.py"
164
- @ONLY )
160
+ configure_file ("conf.py.in" "${PGR_DOCUMENTATION_SOURCE_DIR} /conf.py" @ONLY )
165
161
166
162
foreach (format ${PROJECT_DOC_TARGETS} )
167
163
You can’t perform that action at this time.
0 commit comments