diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d7df84..ada9487 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,8 @@ project( DESCRIPTION "A header-only C++ library that polyfills the standard library." ) +set(INFRA_PYTHON_FORMATTER black) + include(cmake/get_cpm.cmake) if(PROJECT_IS_TOP_LEVEL) cpmaddpackage("gh:intel/cicd-repo-infrastructure#dev")