freebsd-ports/graphics/quickqanava/files/patch-exports_cmake_LibraryConfig.cmake.in
Adriaan de Groot adca0ccff2 graphics/quickqanava: new port, QML-based graph+node viewer library
The samples are not built, so right now this is a leaf port
that is only a library with no consumers; we'll see if it gets
picked up by something.
2021-10-07 14:44:09 +02:00

8 lines
393 B
CMake

--- exports/cmake/LibraryConfig.cmake.in.orig 2021-10-07 12:18:50 UTC
+++ exports/cmake/LibraryConfig.cmake.in
@@ -5,4 +5,4 @@ find_package(Qt5Qml REQUIRED)
find_package(Qt5Quick REQUIRED)
find_package(Qt5QuickControls2 REQUIRED)
-include("${CMAKE_CURRENT_LIST_DIR}/share/cmake/@PROJECT_NAME@/@PROJECT_NAME@Targets.cmake")
+include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")