Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/kshutdown/commit/31dd5c07df5f9ff72cc9631e0546bbeda63db2e6?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Raise the minimum required version of CMake to 2.8.12.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f83d5f6ab0)
r14.0.x
Slávek Banko 4 years ago
parent 0cc7ce84e4
commit 31dd5c07df
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -7,7 +7,7 @@
############################################ ############################################
cmake_minimum_required( VERSION 2.8 ) cmake_minimum_required( VERSION 2.8.12 )
#### general package setup #### general package setup

Loading…
Cancel
Save