diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-07 23:57:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-07 23:57:46 +0900 |
commit | 03cbfb9e37762f97b30446c5ddb5e3dd0c6f49ce (patch) | |
tree | 8190a36f3a980c7543fe4af1c23f0beaaceae5fc | |
parent | 1ed6c11972914545bd5c779b523edc0eec3da3bf (diff) | |
download | klamav-03cbfb9e37762f97b30446c5ddb5e3dd0c6f49ce.tar.gz klamav-03cbfb9e37762f97b30446c5ddb5e3dd0c6f49ce.zip |
Fixed up cmake link, which was wrong in previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | cmake | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c469de0..bdec8fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin + url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/cmake b/cmake -Subproject 8c7e0d40de084fe5d54e173918756639e0d4d63 +Subproject f0a5bcc7600c36f8fe59754d1167d1bbc70a495 |