Skip to content

Commit b738e89

Browse files
committed
Update cli CMakeLists.txt
1 parent 73bceb5 commit b738e89

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

THIRDPARTY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Title: Scintilla 5.5.x
2626
Author: Neil Hodgson
2727
Source: https://www.scintilla.org/
2828
License: ISC-like license
29-
License file: scintilla/License.txt
29+
License file: [scintilla/License.txt](scintilla/License.txt)
3030
Linking method: Static linking
3131

3232
Lexilla
@@ -35,7 +35,7 @@ Title: Lexilla 5.3.x
3535
Author: Neil Hodgson
3636
Source: https://www.scintilla.org/
3737
License: ISC-like license
38-
License file: lexilla/License.txt
38+
License file: [scintilla/License.txt](scintilla/License.txt)
3939
Linking method: Static linking
4040

4141

@@ -54,7 +54,7 @@ Title: getopt2
5454
Author: Russ Allbery, Benjamin Sittler
5555
Source: (unknown)
5656
License: MIT
57-
License file: querylib/getopt2.h
57+
License file: [querylib/getopt2.h](querylib/getopt2.h)
5858
Linking method: Static linking
5959

6060
showgraph
@@ -63,7 +63,7 @@ Title: showgraph
6363
Author: Boris Shurygin
6464
Source: https://github.com/boris-shurygin/showgraph
6565
License: BSD-3-Clause
66-
License file: showgraph/LICENSE.txt
66+
License file: [showgraph/LICENSE.txt](showgraph/LICENSE.txt)
6767
Linking method: Static linking
6868

6969

cli/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
88
#
99

10-
cmake_minimum_required(VERSION 3.5.0)
10+
cmake_minimum_required(VERSION 3.16.0)
1111
project(CodeQueryCLI)
1212

1313
#add_definitions( -Wall )

0 commit comments

Comments
 (0)