Skip to content

Commit b2fb4e2

Browse files
committed
Add missing include to the closed source CMake file
PiperOrigin-RevId: 246556908
1 parent 28f9e90 commit b2fb4e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release_build_files/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
cmake_minimum_required(VERSION 3.1)
1818

19+
include(FindPkgConfig)
20+
1921
# Determine the location of the libraries to use based on the platform.
2022
if(ANDROID)
2123
string(REPLACE "_" ";" SPLIT_STL ${ANDROID_STL})

0 commit comments

Comments
 (0)