Skip to content

Commit

Permalink
bde tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua committed Oct 20, 2024
1 parent 60358bb commit 555517b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ports/fixed-containers/add-install-configuration.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2738060..76e2314 100644
index 2738060..4f3aedd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -236,6 +236,13 @@ if (FIXED_CONTAINERS_OPT_INSTALL)
Expand All @@ -25,13 +25,13 @@ index 2738060..76e2314 100644

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include
DESTINATION .)
+install(
+ FILES
+ "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
+ DESTINATION lib/cmake/${PROJECT_NAME})

- export(EXPORT ${PROJECT_NAME}Config
- NAMESPACE ${PROJECT_NAME}::)
+ install(
+ FILES
+ "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
+ DESTINATION lib/cmake/${PROJECT_NAME})
endif()
diff --git a/fixed_containersConfig.cmake.in b/fixed_containersConfig.cmake.in
new file mode 100644
Expand Down
9 changes: 9 additions & 0 deletions versions/f-/fixed-containers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c10e1fbc2f7f08fd4481a1771151d983cbb34c15",
"version-date": "2024-09-19",
"port-version": 0
}
]
}

0 comments on commit 555517b

Please sign in to comment.