freebsd-ports/net-p2p/transmission-components/files/patch-cmake_FindFastFloat.cmake
Daniel Engberg d6b1eec0f0 net-p2p/transmission*: Update to 4.0.5
* 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)
2023-12-17 20:04:30 +01:00

8 lines
333 B
CMake

--- cmake/FindFastFloat.cmake.orig 2023-12-08 18:49:17 UTC
+++ cmake/FindFastFloat.cmake
@@ -2,4 +2,4 @@ target_include_directories(FastFloat::fast_float
target_include_directories(FastFloat::fast_float
INTERFACE
- ${CMAKE_CURRENT_LIST_DIR}/../third-party/fast_float/include)
+ ${CMAKE_INSTALL_PREFIX}/include)