From bd2d9a420747665ff7a85257b2d72df4c97e4cd6 Mon Sep 17 00:00:00 2001 From: Loo Rong Jie Date: Sat, 13 Oct 2018 07:42:05 +0800 Subject: [PATCH] Update TESONLY comment --- CMake/AbseilHelpers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/AbseilHelpers.cmake b/CMake/AbseilHelpers.cmake index 3ed58a05b..96813b083 100644 --- a/CMake/AbseilHelpers.cmake +++ b/CMake/AbseilHelpers.cmake @@ -74,7 +74,7 @@ endfunction() # DEFINES: List of public defines # LINKOPTS: List of link options # PUBLIC: Add this so that this library will be exported under absl:: (see Note). -# TESTONLY: When added, this target will only be built if user passes -DBUILD_TESTING=ON to CMake. +# TESTONLY: When added, this target will only be built if user passes -DABSL_RUN_TESTS=ON to CMake. # # Note: #