Skip to content

Commit

Permalink
Raise min CMake version from 3.17 to 3.23 for base TriBITS project
Browse files Browse the repository at this point in the history
This was missed on the upgrade of CMake 3.17 to 3.23.  See commit:

  45b514c "Update CMake min version from 3.17 to 3.23 (TriBITSPub#411)"
  Author: Roscoe A. Bartlett <[email protected]>
  Date:   Sat Feb 25 07:01:29 2023 -0700 (1 year, 5 months ago)

CMake 3.23 was already required by TriBITS so this just makes it consistent.
  • Loading branch information
bartlettroscoe committed Aug 1, 2024
1 parent f6ca2a9 commit 3044805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if (NOT TRIBITS_PROCESSING_PACKAGE)
# This CMakeLists.txt file is being processed as the TriBITS projects's base
# CMakeLists.txt file! (See comments at bottom of this file.)
cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
include("${CMAKE_CURRENT_SOURCE_DIR}/ProjectName.cmake")
project(${PROJECT_NAME} NONE)
set(${PROJECT_NAME}_TRIBITS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tribits" CACHE PATH "")
Expand Down

0 comments on commit 3044805

Please sign in to comment.