Skip to content

Commit

Permalink
[cmake] turn off yaml-cpp formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Feb 20, 2025
1 parent 23688e2 commit 90283fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/test/config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90283fa

Please sign in to comment.