summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-04-03 19:51:22 +0200
committerPatrick Steinhardt <ps@pks.im>2020-06-01 14:06:20 +0200
commitbc02bcd920eac0ca5a930a8272737db10fc4be1f (patch)
tree7bf9f6cc739d4b2127adb2704cdd3a8b9c3bdbe0 /cmake
parent172a28860b3e4743d7ccd4409f6f51bc7c00fdfd (diff)
downloadlibgit2-bc02bcd920eac0ca5a930a8272737db10fc4be1f.tar.gz
cmake: move modules into the "cmake/" top level dir
Our custom CMake module currently live in "cmake/Modules". As the "cmake/" directory doesn't contain anything except the "Modules" directory, it doesn't really make sense to have the additional intermediate directory. So let's instead move the modules one level up into the "cmake/" top level directory.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/AddCFlagIfSupported.cmake (renamed from cmake/Modules/AddCFlagIfSupported.cmake)0
-rw-r--r--cmake/CheckPrototypeDefinition.c.in (renamed from cmake/Modules/CheckPrototypeDefinition.c.in)0
-rw-r--r--cmake/CheckPrototypeDefinition.cmake (renamed from cmake/Modules/CheckPrototypeDefinition.cmake)0
-rw-r--r--cmake/EnableWarnings.cmake (renamed from cmake/Modules/EnableWarnings.cmake)0
-rw-r--r--cmake/FindCoreFoundation.cmake (renamed from cmake/Modules/FindCoreFoundation.cmake)0
-rw-r--r--cmake/FindGSSAPI.cmake (renamed from cmake/Modules/FindGSSAPI.cmake)0
-rw-r--r--cmake/FindGSSFramework.cmake (renamed from cmake/Modules/FindGSSFramework.cmake)0
-rw-r--r--cmake/FindHTTP_Parser.cmake (renamed from cmake/Modules/FindHTTP_Parser.cmake)0
-rw-r--r--cmake/FindIconv.cmake (renamed from cmake/Modules/FindIconv.cmake)0
-rw-r--r--cmake/FindPCRE.cmake (renamed from cmake/Modules/FindPCRE.cmake)0
-rw-r--r--cmake/FindPCRE2.cmake (renamed from cmake/Modules/FindPCRE2.cmake)0
-rw-r--r--cmake/FindPkgLibraries.cmake (renamed from cmake/Modules/FindPkgLibraries.cmake)0
-rw-r--r--cmake/FindSecurity.cmake (renamed from cmake/Modules/FindSecurity.cmake)0
-rw-r--r--cmake/FindStatNsec.cmake (renamed from cmake/Modules/FindStatNsec.cmake)0
-rw-r--r--cmake/FindmbedTLS.cmake (renamed from cmake/Modules/FindmbedTLS.cmake)0
-rw-r--r--cmake/IdeSplitSources.cmake (renamed from cmake/Modules/IdeSplitSources.cmake)0
-rw-r--r--cmake/PkgBuildConfig.cmake (renamed from cmake/Modules/PkgBuildConfig.cmake)0
-rw-r--r--cmake/SanitizeBool.cmake (renamed from cmake/Modules/SanitizeBool.cmake)0
-rw-r--r--cmake/SelectGSSAPI.cmake (renamed from cmake/Modules/SelectGSSAPI.cmake)0
-rw-r--r--cmake/SelectHTTPSBackend.cmake (renamed from cmake/Modules/SelectHTTPSBackend.cmake)0
-rw-r--r--cmake/SelectHashes.cmake (renamed from cmake/Modules/SelectHashes.cmake)0
21 files changed, 0 insertions, 0 deletions
diff --git a/cmake/Modules/AddCFlagIfSupported.cmake b/cmake/AddCFlagIfSupported.cmake
index b7aaa7910..b7aaa7910 100644
--- a/cmake/Modules/AddCFlagIfSupported.cmake
+++ b/cmake/AddCFlagIfSupported.cmake
diff --git a/cmake/Modules/CheckPrototypeDefinition.c.in b/cmake/CheckPrototypeDefinition.c.in
index a97344ac3..a97344ac3 100644
--- a/cmake/Modules/CheckPrototypeDefinition.c.in
+++ b/cmake/CheckPrototypeDefinition.c.in
diff --git a/cmake/Modules/CheckPrototypeDefinition.cmake b/cmake/CheckPrototypeDefinition.cmake
index 244b9b53b..244b9b53b 100644
--- a/cmake/Modules/CheckPrototypeDefinition.cmake
+++ b/cmake/CheckPrototypeDefinition.cmake
diff --git a/cmake/Modules/EnableWarnings.cmake b/cmake/EnableWarnings.cmake
index b61ed7e90..b61ed7e90 100644
--- a/cmake/Modules/EnableWarnings.cmake
+++ b/cmake/EnableWarnings.cmake
diff --git a/cmake/Modules/FindCoreFoundation.cmake b/cmake/FindCoreFoundation.cmake
index 191aa595c..191aa595c 100644
--- a/cmake/Modules/FindCoreFoundation.cmake
+++ b/cmake/FindCoreFoundation.cmake
diff --git a/cmake/Modules/FindGSSAPI.cmake b/cmake/FindGSSAPI.cmake
index 37357c4cd..37357c4cd 100644
--- a/cmake/Modules/FindGSSAPI.cmake
+++ b/cmake/FindGSSAPI.cmake
diff --git a/cmake/Modules/FindGSSFramework.cmake b/cmake/FindGSSFramework.cmake
index dcf724916..dcf724916 100644
--- a/cmake/Modules/FindGSSFramework.cmake
+++ b/cmake/FindGSSFramework.cmake
diff --git a/cmake/Modules/FindHTTP_Parser.cmake b/cmake/FindHTTP_Parser.cmake
index d92bf75cc..d92bf75cc 100644
--- a/cmake/Modules/FindHTTP_Parser.cmake
+++ b/cmake/FindHTTP_Parser.cmake
diff --git a/cmake/Modules/FindIconv.cmake b/cmake/FindIconv.cmake
index 3c66cdad4..3c66cdad4 100644
--- a/cmake/Modules/FindIconv.cmake
+++ b/cmake/FindIconv.cmake
diff --git a/cmake/Modules/FindPCRE.cmake b/cmake/FindPCRE.cmake
index 74ed61e53..74ed61e53 100644
--- a/cmake/Modules/FindPCRE.cmake
+++ b/cmake/FindPCRE.cmake
diff --git a/cmake/Modules/FindPCRE2.cmake b/cmake/FindPCRE2.cmake
index f8c5639d5..f8c5639d5 100644
--- a/cmake/Modules/FindPCRE2.cmake
+++ b/cmake/FindPCRE2.cmake
diff --git a/cmake/Modules/FindPkgLibraries.cmake b/cmake/FindPkgLibraries.cmake
index 49311c382..49311c382 100644
--- a/cmake/Modules/FindPkgLibraries.cmake
+++ b/cmake/FindPkgLibraries.cmake
diff --git a/cmake/Modules/FindSecurity.cmake b/cmake/FindSecurity.cmake
index a538c02c1..a538c02c1 100644
--- a/cmake/Modules/FindSecurity.cmake
+++ b/cmake/FindSecurity.cmake
diff --git a/cmake/Modules/FindStatNsec.cmake b/cmake/FindStatNsec.cmake
index a4a09fa81..a4a09fa81 100644
--- a/cmake/Modules/FindStatNsec.cmake
+++ b/cmake/FindStatNsec.cmake
diff --git a/cmake/Modules/FindmbedTLS.cmake b/cmake/FindmbedTLS.cmake
index 93297555e..93297555e 100644
--- a/cmake/Modules/FindmbedTLS.cmake
+++ b/cmake/FindmbedTLS.cmake
diff --git a/cmake/Modules/IdeSplitSources.cmake b/cmake/IdeSplitSources.cmake
index e2e09b4ce..e2e09b4ce 100644
--- a/cmake/Modules/IdeSplitSources.cmake
+++ b/cmake/IdeSplitSources.cmake
diff --git a/cmake/Modules/PkgBuildConfig.cmake b/cmake/PkgBuildConfig.cmake
index 54c5e294c..54c5e294c 100644
--- a/cmake/Modules/PkgBuildConfig.cmake
+++ b/cmake/PkgBuildConfig.cmake
diff --git a/cmake/Modules/SanitizeBool.cmake b/cmake/SanitizeBool.cmake
index b5b99a690..b5b99a690 100644
--- a/cmake/Modules/SanitizeBool.cmake
+++ b/cmake/SanitizeBool.cmake
diff --git a/cmake/Modules/SelectGSSAPI.cmake b/cmake/SelectGSSAPI.cmake
index 0a42eeefd..0a42eeefd 100644
--- a/cmake/Modules/SelectGSSAPI.cmake
+++ b/cmake/SelectGSSAPI.cmake
diff --git a/cmake/Modules/SelectHTTPSBackend.cmake b/cmake/SelectHTTPSBackend.cmake
index afbeac424..afbeac424 100644
--- a/cmake/Modules/SelectHTTPSBackend.cmake
+++ b/cmake/SelectHTTPSBackend.cmake
diff --git a/cmake/Modules/SelectHashes.cmake b/cmake/SelectHashes.cmake
index 06672ab03..06672ab03 100644
--- a/cmake/Modules/SelectHashes.cmake
+++ b/cmake/SelectHashes.cmake