Skip to content

Commit 07ad9cb

Browse files
committed
ORC-2103: Update CMake requirements to 3.25+ consistently
### What changes were proposed in this pull request? This PR aims to update CMake requirements to 3.25+ consistently. ### Why are the changes needed? We had better fix these outdated information because we already bumped the minimum requirement to 3.25+. - #2416 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` Closes #2545 from dongjoon-hyun/ORC-2103. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 0c66d74) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent adb686a commit 07ad9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The subdirectories are:
4545

4646
* Install java 17 or higher
4747
* Install maven 3.9.9 or higher
48-
* Install cmake 3.12 or higher
48+
* Install cmake 3.25.0 or higher
4949
* Install meson 1.3.0 or higher (Optional)
5050

5151
To build a release version with debug information:

conan/all/test_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
cmake_minimum_required(VERSION 3.15)
18+
cmake_minimum_required(VERSION 3.25.0)
1919
project(test_package LANGUAGES CXX)
2020

2121
find_package(orc REQUIRED CONFIG)

0 commit comments

Comments
 (0)