diff options
author | Loo Rong Jie <loorongjie@gmail.com> | 2018-10-12T23·42+0800 |
---|---|---|
committer | Loo Rong Jie <loorongjie@gmail.com> | 2018-10-12T23·42+0800 |
commit | bd2d9a420747665ff7a85257b2d72df4c97e4cd6 (patch) | |
tree | cfa9dc2fa538dcbba2294d920ad128a41bb53d23 | |
parent | dadcd56b4bdab6a9cefc7528f10b20d03fa61f88 (diff) |
Update TESONLY comment
-rw-r--r-- | CMake/AbseilHelpers.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/AbseilHelpers.cmake b/CMake/AbseilHelpers.cmake index 3ed58a05bcb6..96813b083d01 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: # |