blob: 2f86c7378b8f1d69311f64198e7a701651a650c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/plugins/runner/CMakeLists.txt b/src/plugins/runner/CMakeLists.txt
index 4ab295a..0b82fa7 100644
--- a/src/plugins/runner/CMakeLists.txt
+++ b/src/plugins/runner/CMakeLists.txt
@@ -26,7 +26,7 @@ add_subdirectory( osm )
add_subdirectory( pnt )
add_subdirectory( log )
-find_package( libshp )
+macro_optional_find_package( libshp )
if( LIBSHP_FOUND )
add_subdirectory( shp )
endif( LIBSHP_FOUND )
|