diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-12 15:59:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-12 15:59:31 +0000 |
commit | 988b687046320a760d98937af699fd8986c20464 (patch) | |
tree | 7ec7b02712445fdf77e5f076d5f9db42d735b885 /cpp-hocon-boost-filesystem-link.patch | |
parent | fa4340a21f9aa3435b5376a3093bca54dc111213 (diff) |
automatic import of cpp-hoconopeneuler24.03_LTS
Diffstat (limited to 'cpp-hocon-boost-filesystem-link.patch')
-rw-r--r-- | cpp-hocon-boost-filesystem-link.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp-hocon-boost-filesystem-link.patch b/cpp-hocon-boost-filesystem-link.patch new file mode 100644 index 0000000..8fb3f94 --- /dev/null +++ b/cpp-hocon-boost-filesystem-link.patch @@ -0,0 +1,10 @@ +--- cpp-hocon-0.2.1/lib/tests/CMakeLists.txt~ 2020-06-03 11:26:20.690331543 +0100 ++++ cpp-hocon-0.2.1/lib/tests/CMakeLists.txt 2020-06-03 11:26:22.519331902 +0100 +@@ -26,6 +26,7 @@ + + target_link_libraries(lib${PROJECT_NAME}_test + ${Boost_LIBRARIES} ++ Boost::filesystem + ${LEATHERMAN_LIBRARIES} + ${CMAKE_THREAD_LIBS_INIT} + ) |