Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Unificar Versión CMake a la 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Apr 16, 2024
1 parent 06aab51 commit 6cab3f4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: 2023 Pablo Portas López <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22) # Esta versión del CMake es la de Ubuntu 22.04 LTS
project(Pro2324 C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion docs/code/Ejemplos/TAD_Rational/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC-BY-4.0

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(TAD_Rational)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Boletin_1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(Boletin_1 C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Boletin_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(Boletin_2 C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Boletin_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.25)
cmake_minimum_required(VERSION 3.22)
project(Boletin_3 C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Boletin_4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(Boletin_4 C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Ejemplos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(Ejemplos C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Ejemplos/TAD_Rational/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC-BY-4.0

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(TAD_Rational)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Examenes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(Boletin_4 C)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion src/Extras/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.22)
project(Extras C)

set(CMAKE_C_STANDARD 99)
Expand Down

0 comments on commit 6cab3f4

Please sign in to comment.