Skip to content

Commit

Permalink
Remove redundant BUILD_INTERFACE (firebase#7345)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Jan 21, 2021
1 parent d0d26cc commit f08f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GoogleUtilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ firebase_ios_add_framework(
# GoogleUtilities
target_include_directories(
GoogleUtilities PRIVATE
$<BUILD_INTERFACE:${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities>
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities
)

firebase_ios_framework_public_headers(GoogleUtilities ${headers})
Expand Down

0 comments on commit f08f5be

Please sign in to comment.