mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
* Use upstream release archive * Unbundle more 3rd party code and reduce i/o during extraction Changelog: https://github.com/transmission/transmission/releases/tag/4.0.5 PR: 275613 Reviewed by: Rafe <mondo.debater_0q@icloud.com> (maintainer)
8 lines
306 B
CMake
8 lines
306 B
CMake
--- cmake/FindUtfCpp.cmake.orig 2023-12-16 08:24:21 UTC
|
|
+++ cmake/FindUtfCpp.cmake
|
|
@@ -2,4 +2,4 @@ target_include_directories(utf8::cpp
|
|
|
|
target_include_directories(utf8::cpp
|
|
INTERFACE
|
|
- ${CMAKE_CURRENT_LIST_DIR}/../third-party/utfcpp/source)
|
|
+ ${CMAKE_INSTALL_PREFIX}/include/utf8cpp)
|