Skip to content

Commit

Permalink
update to cmake 3.22, update googletest (#138)
Browse files Browse the repository at this point in the history
* Update googletest

* cmake_minimum_version 3.22

That's the one included in Ubuntu 2022.04
  • Loading branch information
dneto0 authored Dec 23, 2024
1 parent 9fd09d6 commit 82beeea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# 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)

Expand Down
2 changes: 1 addition & 1 deletion third_party/googletest
Submodule googletest updated 291 files

0 comments on commit 82beeea

Please sign in to comment.