From e75d8e17750f71dfe45efa1b30d8c47f60c9ab22 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Fri, 4 Sep 2020 16:24:35 +0000 Subject: [PATCH] Do not compile performance fw since it is not ready/completed (#600) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d84954d4..63da596d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules/doxygen_common.cmake) include(${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules/az_version.cmake) # sub-projects -add_subdirectory(sdk/core/performance-stress) +# add_subdirectory(sdk/core/performance-stress) add_subdirectory(sdk/core/azure-core) if(BUILD_CURL_TRANSPORT) add_subdirectory(sdk/core/azure-core/test/e2e) # will work only if BUILD_CURL_TRANSPORT=ON