1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/science/libkml/files/patch-examples-gpx-CMakeLists.txt
2020-05-08 20:50:41 +00:00

10 lines
354 B
Plaintext

--- examples/gpx/CMakeLists.txt.orig 2015-12-21 17:23:05 UTC
+++ examples/gpx/CMakeLists.txt
@@ -9,5 +9,5 @@ build_example(
if(INSTALL_EXAMPLES)
file(GLOB eg_files "${CMAKE_CURRENT_SOURCE_DIR}/*.cc")
- install(FILES ${eg_files} DESTINATION examples/gpx)
+ install(FILES ${eg_files} DESTINATION ${KML_EXAMPLES_DIR}/gpx)
endif(INSTALL_EXAMPLES)