Skip to content

Commit

Permalink
Remove redundant cmake policy CMP0048
Browse files Browse the repository at this point in the history
Instead bump the cmake version.
  • Loading branch information
vimpostor committed Jul 26, 2024
1 parent c892982 commit e12d1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_policy(SET CMP0048 NEW)
cmake_minimum_required(VERSION 3.30)
project(blobdrop VERSION 2.1 DESCRIPTION "Drag and drop files directly out of the terminal")

option(BUILD_TESTING "Build the testing tree.")
Expand Down
2 changes: 1 addition & 1 deletion src/getopts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bool parse(const QStringList &args) {
"Do not auto-hide the window while dragging.");
QCommandLineOption prefix_opt(QStringList() << "P"
<< "prefix",
"Specify a remote prefix",
"Specify a remote prefix.",
"prefix");
QCommandLineOption remote_opt(QStringList() << "R"
<< "remote",
Expand Down

0 comments on commit e12d1de

Please sign in to comment.