diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -1,5 +1,5 @@ -option(BUILD_SOURCE_CONTROL_TOOLS "Build the source control tools" OFF) -if(BUILD_SOURCE_CONTROL_TOOLS) +option(TEST_SOURCE_CONTROL_TOOLS "Test the source control tools" OFF) +if(TEST_SOURCE_CONTROL_TOOLS) add_subdirectory(source-control-tools) endif() diff --git a/contrib/teamcity/build-configurations.json b/contrib/teamcity/build-configurations.json --- a/contrib/teamcity/build-configurations.json +++ b/contrib/teamcity/build-configurations.json @@ -289,7 +289,7 @@ }, "check-source-control-tools": { "cmake_flags": [ - "-DBUILD_SOURCE_CONTROL_TOOLS=ON" + "-DTEST_SOURCE_CONTROL_TOOLS=ON" ], "targets": [ ["check-source-control-tools"]