Do not compile performance fw since it is not ready/completed (#600)

This commit is contained in:
Victor Vazquez 2020-09-04 16:24:35 +00:00 committed by GitHub
parent 096a9cb248
commit e75d8e1775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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