Skip to content

Commit

Permalink
graphics/kgeotag: fix build against astro/marble 21.08
Browse files Browse the repository at this point in the history
  • Loading branch information
tcberner committed Aug 15, 2021
1 parent 2950800 commit 0a4a4e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions graphics/kgeotag/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2021-08-15 07:11:00 UTC
+++ CMakeLists.txt
@@ -34,7 +34,7 @@ add_definitions(
find_package(KF5 COMPONENTS CoreAddons I18n XmlGui ConfigWidgets Crash KExiv2 REQUIRED)

# Find Marble
-find_package(Marble 0.28 REQUIRED)
+find_package(Marble 21.4.0 REQUIRED)

# Generate version.h
add_custom_target(

0 comments on commit 0a4a4e2

Please sign in to comment.