mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
11 lines
325 B
Diff
11 lines
325 B
Diff
|
--- qgis-2.16.0.orig/src/providers/arcgisrest/CMakeLists.txt 2016-07-09 06:48:26.627018690 -0700
|
||
|
+++ qgis-2.16.0/providers/arcgisrest/CMakeLists.txt 2016-07-09 06:48:03.037018088 -0700
|
||
|
@@ -1,4 +1,6 @@
|
||
|
-FIND_PACKAGE(QJSON)
|
||
|
+if(NOT TARGET qjson)
|
||
|
+ FIND_PACKAGE(QJSON)
|
||
|
+endif()
|
||
|
|
||
|
INCLUDE_DIRECTORIES(
|
||
|
../../core
|