From 2b83be006b607da732b5da9b4c557e01741551f5 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Tue, 1 Dec 2020 10:44:13 -0800 Subject: [PATCH] Update a comment in a cmake file to test if CI is succeeding as expected --- cmake-modules/add_nlohmann_json.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake-modules/add_nlohmann_json.cmake b/cmake-modules/add_nlohmann_json.cmake index 56d632b168..797cb8386e 100644 --- a/cmake-modules/add_nlohmann_json.cmake +++ b/cmake-modules/add_nlohmann_json.cmake @@ -6,7 +6,6 @@ # Azure Core will try to find the json header first. This is for an application that is already using Nlohmann header. # When it is not found it, Azure Core will fetch it. -# Storage requires 3.6.0 version for using `contains` feature # Using QUIET to avoid warning message if lib is not found find_package(nlohmann_json 3.6.0 EXACT QUIET) if (NOT nlohmann_json_FOUND)