Skip to content

Commit e90e6ef

Browse files
committed
40501
1 parent 8ba3074 commit e90e6ef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*** src/CMakeLists.txt.orig Thu May 8 13:21:24 2025
2+
--- src/CMakeLists.txt Thu May 8 13:25:39 2025
3+
***************
4+
*** 67,74 ****
5+
# $Id: //main/2019/qhull/CMakeLists.txt#21 $$Change: 3039 $
6+
# $DateTime: 2020/09/03 21:26:22 $$Author: bbarber $
7+
8+
project(qhull)
9+
- cmake_minimum_required(VERSION 3.0)
10+
11+
# Define qhull_VERSION in README.txt, Announce.txt, qh-get.htm, CMakeLists.txt
12+
# qhull-zip.sh (twice), qhull-wiki.md, qhull-news.htm, File_id.diz, index.htm
13+
--- 67,75 ----
14+
# $Id: //main/2019/qhull/CMakeLists.txt#21 $$Change: 3039 $
15+
# $DateTime: 2020/09/03 21:26:22 $$Author: bbarber $
16+
17+
+ cmake_minimum_required(VERSION 4.0)
18+
+
19+
project(qhull)
20+
21+
# Define qhull_VERSION in README.txt, Announce.txt, qh-get.htm, CMakeLists.txt
22+
# qhull-zip.sh (twice), qhull-wiki.md, qhull-news.htm, File_id.diz, index.htm

0 commit comments

Comments
 (0)