aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/utility
diff options
context:
space:
mode:
authorGravatar Pete Eigel <pete@eigel.com>2018-01-29 16:54:40 -0500
committerGravatar GitHub <noreply@github.com>2018-01-29 16:54:40 -0500
commitb0ed302075804e3252aaf40a6ab9579a45451ccb (patch)
tree6afcf9c3ae71a8a9e0f24584b0f4aa9c1e210889 /absl/utility
parent7eac56cd3d80243add98649868e810035d57b994 (diff)
Removed UTILITY_SRC list from utility CMakeLists
Diffstat (limited to 'absl/utility')
-rw-r--r--absl/utility/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/absl/utility/CMakeLists.txt b/absl/utility/CMakeLists.txt
index 1083770..fe8b32b 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
#