Skip to content

Commit c1b74e5

Browse files
committed
add min cmake version
Noticed errors in Build logs complaining of CMakeLists not specifying minimum version.
1 parent 72a757a commit c1b74e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firestore/integration_test_internal/abseil-cpp.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
cmake_minimum_required(VERSION 2.8)
1516
include(ExternalProject)
1617

1718
set(version 20200225)

0 commit comments

Comments
 (0)