Skip to content

Commit e12d1de

Browse files
committed
Remove redundant cmake policy CMP0048
Instead bump the cmake version.
1 parent c892982 commit e12d1de

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.21)
2-
cmake_policy(SET CMP0048 NEW)
1+
cmake_minimum_required(VERSION 3.30)
32
project(blobdrop VERSION 2.1 DESCRIPTION "Drag and drop files directly out of the terminal")
43

54
option(BUILD_TESTING "Build the testing tree.")

src/getopts.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bool parse(const QStringList &args) {
4646
"Do not auto-hide the window while dragging.");
4747
QCommandLineOption prefix_opt(QStringList() << "P"
4848
<< "prefix",
49-
"Specify a remote prefix",
49+
"Specify a remote prefix.",
5050
"prefix");
5151
QCommandLineOption remote_opt(QStringList() << "R"
5252
<< "remote",

0 commit comments

Comments
 (0)