2014-08-03 19:52:23 +02:00
|
|
|
CMAKE_MODULE_PATH
|
|
|
|
-----------------
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
2018-08-09 18:06:22 +02:00
|
|
|
for CMake modules to be loaded by the :command:`include` or
|
2015-08-17 11:37:30 +02:00
|
|
|
:command:`find_package` commands before checking the default modules that come
|
|
|
|
with CMake. By default it is empty, it is intended to be set by the project.
|