diff options
| author | Mikhail Teterin <mi@FreeBSD.org> | 2023-12-18 01:53:48 -0500 |
|---|---|---|
| committer | Mikhail Teterin <mi@FreeBSD.org> | 2023-12-18 01:55:48 -0500 |
| commit | e07c60d9f57c6cac085b9a953aa41a02fa0ac71f (patch) | |
| tree | ac0ac3704c52110362991a90e0be84910a71e31b /net-im/tdlib-purple/files/patch-test-CMakeLists.txt | |
| parent | add databases/mysql81-server and databases/mysql81-client (diff) | |
net-im/tdlib-purple: add replacement for telegram-purple.
Deprecate the latter.
Diffstat (limited to 'net-im/tdlib-purple/files/patch-test-CMakeLists.txt')
| -rw-r--r-- | net-im/tdlib-purple/files/patch-test-CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-im/tdlib-purple/files/patch-test-CMakeLists.txt b/net-im/tdlib-purple/files/patch-test-CMakeLists.txt new file mode 100644 index 000000000000..6beab3b3d537 --- /dev/null +++ b/net-im/tdlib-purple/files/patch-test-CMakeLists.txt @@ -0,0 +1,9 @@ +--- test/CMakeLists.txt 2021-12-17 04:50:38.000000000 -0500 ++++ test/CMakeLists.txt 2023-12-18 01:08:45.228855000 -0500 +@@ -41,5 +41,5 @@ + set_property(TARGET tests PROPERTY CXX_STANDARD 14) + target_include_directories(tests PRIVATE ${CMAKE_SOURCE_DIR}) +-target_link_libraries(tests PRIVATE gtest fmt::fmt Td::TdStatic ${GLIB_LIBRARIES}) ++target_link_libraries(tests PRIVATE gtest fmt Td::TdStatic ${GLIB_LIBRARIES}) + + if (DEFINED GTEST_PATH) |
