mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -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)
11 lines
378 B
CMake
11 lines
378 B
CMake
--- cmake/FindFmt.cmake.orig 2023-12-16 08:06:18 UTC
|
|
+++ cmake/FindFmt.cmake
|
|
@@ -2,7 +2,7 @@ target_include_directories(fmt::fmt-header-only
|
|
|
|
target_include_directories(fmt::fmt-header-only
|
|
INTERFACE
|
|
- ${CMAKE_CURRENT_LIST_DIR}/../third-party/fmt/include)
|
|
+ ${CMAKE_INSTALL_PREFIX}/include)
|
|
|
|
target_compile_definitions(fmt::fmt-header-only
|
|
INTERFACE
|