We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12d1de commit 7aa7ee9Copy full SHA for 7aa7ee9
CMakeLists.txt
@@ -1,4 +1,5 @@
1
-cmake_minimum_required(VERSION 3.30)
+cmake_minimum_required(VERSION 3.21)
2
+cmake_policy(SET CMP0048 NEW)
3
project(blobdrop VERSION 2.1 DESCRIPTION "Drag and drop files directly out of the terminal")
4
5
option(BUILD_TESTING "Build the testing tree.")
src/getopts.cpp
@@ -46,7 +46,7 @@ bool parse(const QStringList &args) {
46
"Do not auto-hide the window while dragging.");
47
QCommandLineOption prefix_opt(QStringList() << "P"
48
<< "prefix",
49
- "Specify a remote prefix.",
+ "Specify a remote prefix",
50
"prefix");
51
QCommandLineOption remote_opt(QStringList() << "R"
52
<< "remote",
0 commit comments