about summary refs log tree commit diff
path: root/absl/utility
diff options
context:
space:
mode:
Diffstat (limited to 'absl/utility')
-rw-r--r--absl/utility/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/absl/utility/CMakeLists.txt b/absl/utility/CMakeLists.txt
index 50a5d5c57aa4..1083770b8c06 100644
--- a/absl/utility/CMakeLists.txt
+++ b/absl/utility/CMakeLists.txt
@@ -25,13 +25,9 @@ list(APPEND UTILITY_SRC
   ${UTILITY_PUBLIC_HEADERS}
 )
 
-absl_library(
+absl_header_library(
   TARGET
     absl_utility
-  SOURCES
-    ${UTILITY_SRC}
-  PUBLIC_LIBRARIES
-    ${UTILITY_PUBLIC_LIBRARIES}
   EXPORT_NAME
     utility
 )