diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-11T17·53-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11T17·53-0400 |
commit | 411b3c56d91689c21d68e6e4c1d66e9a3a8e495e (patch) | |
tree | 87a91bd2f1a637a73d7ac10ed43e892e108ec212 | |
parent | d2e5ae5a1ac53cab5bdb988529c73e0b57ac9c70 (diff) |
Update AbseilHelpers.cmake
Comment change
-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 f6a3479c6bb7..0c9341747512 100644 --- a/CMake/AbseilHelpers.cmake +++ b/CMake/AbseilHelpers.cmake @@ -123,7 +123,7 @@ endfunction() # # all tests will be register for execution with add_test() # -# test compilation and execution is disable when BUILD_TESTING=OFF +# test compilation and execution is disable when ABSL_RUN_TESTS=OFF # function(absl_test) |