Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/kstreamripper/commit/3f29fee12856f801f143a572a012a5f0c434e18f?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 3.1 in CMakeL10n rules.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/5/head
Slávek Banko 3 years ago
parent 319017bf34
commit 3f29fee128
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -9,7 +9,7 @@
# #
################################################# #################################################
cmake_minimum_required( VERSION 2.8 ) cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules ################# ##### include our cmake modules #################

Loading…
Cancel
Save