-
Notifications
You must be signed in to change notification settings - Fork 136
chore: update minimum cmake version to 3.22 #1812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,9 +12,7 @@ | |
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| # Stub cmake project to enable pod files to be installed against | ||
| cmake_minimum_required(VERSION 3.22) | ||
|
|
||
| cmake_minimum_required (VERSION 3.1) | ||
|
|
||
| project (GetPods CXX) | ||
| project (empty CXX) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why rename the project? |
||
| add_library(GetPods empty.cc) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,9 +12,9 @@ | |
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| # Top level CMake file that defines targets for the Firebase C++ SDK. | ||
| cmake_minimum_required(VERSION 3.22) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why remove the comment? |
||
|
|
||
| cmake_minimum_required(VERSION 3.1) | ||
| project (firebase_prebuilt NONE) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the purpose of adding the project? |
||
|
|
||
| include(FindPkgConfig) | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the comment?