mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
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.
15 lines
456 B
Text
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}/
|
|
)
|