mirror of
https://github.com/transmission/transmission.git
synced 2026-04-02 00:27:38 +01:00
Setting `-DENABLE_UTILS=0 -DENABLE_TESTS=1` causes CMake errors due to tests/utils/CMakeLists.txt referencing `$<TARGET_FILE:transmission-show>` which is undefined. Fixed by including the tests/utils/ directory only if `ENABLE_UTILS` is true.