Skip to content

Commit 90fa4e7

Browse files
committed
Fix up the project name changed an removed comments
1 parent 0686e74 commit 90fa4e7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ios_pod/empty_CMakeLists.txt

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

15+
# Stub cmake project to enable pod files to be installed against
16+
1517
cmake_minimum_required(VERSION 3.22)
1618

17-
project (empty CXX)
19+
project (GetPods CXX)
1820
add_library(GetPods empty.cc)

release_build_files/CMakeLists.txt

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

15+
# Top level CMake file that defines targets for the Firebase C++ SDK.
16+
1517
cmake_minimum_required(VERSION 3.22)
1618

1719
project (firebase_prebuilt NONE)

0 commit comments

Comments
 (0)