Skip to content

Commit 364e71b

Browse files
huntiefacebook-github-bot
authored andcommitted
Fix CMake dependency error (#52923)
Summary: Pull Request resolved: #52923 Follow-up to D78904748, where CI was broken on `main` for the `run_fantom_tests` job. It turns out this Android build uniquely included the new `react_performance_cdpmetrics` dependency, and this had an incorrect dep. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D79263124 fbshipit-source-id: 3e38e0cebe53520ea50e6d11a571e01c52e34874
1 parent 5b38bb4 commit 364e71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/ReactCommon/react/performance/cdpmetrics

packages/react-native/ReactCommon/react/performance/cdpmetrics/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ target_include_directories(react_performance_cdpmetrics PUBLIC ${REACT_COMMON_DI
1818
target_link_libraries(react_performance_cdpmetrics
1919
folly_runtime
2020
jsi
21-
react_performancetimeline
21+
react_performance_timeline
2222
react_timing
2323
runtimeexecutor)

0 commit comments

Comments
 (0)