diff --git a/extensions/test/config/CMakeLists.txt b/extensions/test/config/CMakeLists.txt index a0022004dc5..264119a847e 100644 --- a/extensions/test/config/CMakeLists.txt +++ b/extensions/test/config/CMakeLists.txt @@ -11,6 +11,8 @@ if(NOT yaml-cpp_FOUND) # Turn off additional tool in yaml-cpp # We change the standard of yaml-cpp. Without this, we will need to change the standard of tool targets additionally. set(YAML_CPP_BUILD_TOOLS OFF CACHE INTERNAL "") + # Turn off YAML formatting, since this clashes with our formatting target + set(YAML_CPP_FORMAT_SOURCE OFF CACHE INTERNAL "") FetchContent_MakeAvailable(yaml-cpp) # make sure the tests DLLs are placed in the working path for CTest