ports/graphics/quickqanava/files/patch-exports_CMakeLists.txt
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

15 lines
456 B
Text

--- exports/CMakeLists.txt.orig 2021-10-07 12:17:49 UTC
+++ exports/CMakeLists.txt
@@ -27,12 +27,5 @@ install(
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
DESTINATION
- . # Root Directory
- )
-
-install(
- FILES
- "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
- DESTINATION
share/cmake/${PROJECT_NAME}/
)