Skip to content
Snippets Groups Projects
Unverified Commit b0ed3020 authored by Pete Eigel's avatar Pete Eigel Committed by GitHub
Browse files

Removed UTILITY_SRC list from utility CMakeLists

parent 7eac56cd
No related branches found
No related tags found
No related merge requests found
...@@ -19,12 +19,6 @@ list(APPEND UTILITY_PUBLIC_HEADERS ...@@ -19,12 +19,6 @@ list(APPEND UTILITY_PUBLIC_HEADERS
"utility.h" "utility.h"
) )
list(APPEND UTILITY_SRC
${UTILITY_PUBLIC_HEADERS}
)
absl_header_library( absl_header_library(
TARGET TARGET
absl_utility absl_utility
...@@ -33,7 +27,6 @@ absl_header_library( ...@@ -33,7 +27,6 @@ absl_header_library(
) )
# #
## TESTS ## TESTS
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment