blob: a2dde4537bd17184263a3c26f3453a4c87ad6588 (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_MODULE_PATH
-----------------
List of directories to search for CMake modules.
Commands like include() and find_package() search for files in
directories listed by this variable before checking the default
modules that come with CMake.
|