diff options
author | Pete Eigel <pete@eigel.com> | 2018-01-29T21·54-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29T21·54-0500 |
commit | b0ed302075804e3252aaf40a6ab9579a45451ccb (patch) | |
tree | 6afcf9c3ae71a8a9e0f24584b0f4aa9c1e210889 /absl/utility/CMakeLists.txt | |
parent | 7eac56cd3d80243add98649868e810035d57b994 (diff) |
Removed UTILITY_SRC list from utility CMakeLists
Diffstat (limited to 'absl/utility/CMakeLists.txt')
-rw-r--r-- | absl/utility/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/absl/utility/CMakeLists.txt b/absl/utility/CMakeLists.txt index 1083770b8c06..fe8b32b9fd00 100644 --- a/absl/utility/CMakeLists.txt +++ b/absl/utility/CMakeLists.txt @@ -19,12 +19,6 @@ list(APPEND UTILITY_PUBLIC_HEADERS "utility.h" ) - - -list(APPEND UTILITY_SRC - ${UTILITY_PUBLIC_HEADERS} -) - absl_header_library( TARGET absl_utility @@ -33,7 +27,6 @@ absl_header_library( ) - # ## TESTS # |