Skip to content

Commit

Permalink
Increase cmake minimum required to 3.22, compatible with ubuntu packa…
Browse files Browse the repository at this point in the history
…ge (#457)
  • Loading branch information
tpadioleau authored May 25, 2024
1 parent 05a7c85 commit c1efcad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.22)
project(DDC VERSION 0.0.0 LANGUAGES CXX)

# List of options
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.22)

file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html")
set(DOXYGEN_AUTOLINK_SUPPORT YES)
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.22)

add_subdirectory(discrete_space)

Expand Down
2 changes: 1 addition & 1 deletion tests/splines/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.22)

include(GoogleTest)

Expand Down

0 comments on commit c1efcad

Please sign in to comment.