update to cmake 3.22, update googletest (#138)

* Update googletest

* cmake_minimum_version 3.22

That's the one included in Ubuntu 2022.04
This commit is contained in:
David Neto 2024-12-23 16:17:52 -05:00 committed by GitHub
parent 9fd09d6dce
commit 82beeea910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.22)
project(cppdap VERSION 1.65.0 LANGUAGES CXX C) project(cppdap VERSION 1.65.0 LANGUAGES CXX C)

@ -1 +1 @@
Subproject commit 0a03480824b4fc7883255dbd2fd8940c9f81e22e Subproject commit f3c355f9dd382bc2c323be2713e351a578b68c61