We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d26cc commit f08f5beCopy full SHA for f08f5be
cmake/GoogleUtilities.cmake
@@ -37,7 +37,7 @@ firebase_ios_add_framework(
37
# GoogleUtilities
38
target_include_directories(
39
GoogleUtilities PRIVATE
40
- $<BUILD_INTERFACE:${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities>
+ ${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities
41
)
42
43
firebase_ios_framework_public_headers(GoogleUtilities ${headers})
0 commit comments