summaryrefslogtreecommitdiff
path: root/cmake/FindSecurity.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: reformat modulesEdward Thomson2021-11-141-14/+14
| | | | Apply the standard project cmake formatting to the modules.
* cmake: move modules into the "cmake/" top level dirPatrick Steinhardt2020-06-011-0/+28
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.