1 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
2 index b28d151..33a6bcf 100644
3 --- a/test/CMakeLists.txt
4 +++ b/test/CMakeLists.txt
5 @@ -28,10 +28,8 @@ set(FETCHCONTENT_QUIET OFF)
9 - GIT_REPOSITORY "https://github.com/throwtheswitch/unity.git"
11 - PATCH_COMMAND ${CMAKE_COMMAND} -E copy
12 - ${CMAKE_CURRENT_LIST_DIR}/unity_config.h ./src/)
13 + SOURCE_DIR @unitySrc@
16 FetchContent_MakeAvailable(unity)
17 target_compile_definitions(unity PUBLIC UNITY_INCLUDE_CONFIG_H)