Skip to content

Commit

Permalink
fix(android): add a project name to CMakeLists
Browse files Browse the repository at this point in the history
to suppress warning

fix #15
  • Loading branch information
craftzdog committed Mar 1, 2024
1 parent f8dab4d commit 0b99082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
project(QuickMd5)
cmake_minimum_required(VERSION 3.9.0)

set (PACKAGE_NAME "react-native-quick-md5")
Expand Down

0 comments on commit 0b99082

Please sign in to comment.