Skip to content

Commit 6fea676

Browse files
committed
qmdiLib: update to fix diegoiast/qmdilib#27
Also - update comment regarsing the libs, subdir.
1 parent c60b323 commit 6fea676

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ set(COMMAND_PALLETE_ENABLE_TESTS off)
1818
option(QTEDIT4T4_WORK_OFFLINE off)
1919

2020
if (QTEDIT4_WORK_OFFLINE)
21-
# for this to work, you need to make these libraries available yourself.
21+
# For this to work, you need to make these libraries available yourself.
22+
# On Linux/macOS, you can run the script `get-code.sh`. This might work on Windows using
23+
# git-bash, but is untested.
2224
add_subdirectory("lib/qmdilib")
2325
add_subdirectory("lib/qutepart-cpp")
2426
add_subdirectory("lib/command-palette-widget")
@@ -30,7 +32,7 @@ else()
3032
include(cmake/CPM.cmake)
3133
include(cmake/icons-breeze.cmake)
3234

33-
CPMAddPackage("gh:diegoiast/qmdilib#a376990fc9edbfc2ea7ef09971eab4a2f1363ab5")
35+
CPMAddPackage("gh:diegoiast/qmdilib#b131ec638837b1d80b5a7f1f8ce27a3e9db2eb24")
3436
CPMAddPackage("gh:diegoiast/qutepart-cpp#e90c41b8cd511217cc7408be208d517f1ca8b38a")
3537
CPMAddPackage("gh:diegoiast/command-palette-widget#3c4e338216936097e89e8a19e1c325018d7e750c")
3638
CPMAddPackage("gh:palacaze/image-viewer#125ea784f93327b471cd9b6b156285e40e70280a")

0 commit comments

Comments
 (0)