[CMake] Question about CMAKE_MODULE_PATH

Workbench@gmx.at workbench at gmx.at
Mon Feb 18 10:50:57 EST 2019


Doesn't the content of CMAKE_MODULE_PATH should also include the path to 
the default modules ??

On 18.02.19 16:48, Workbench at gmx.at wrote:
> Hi everyone,
>
>
> i try to load custom modules. i use
>
>
> list(append CMAKE_MODULE_PATH "/mypathtomdoules")
>
> and then i try to load the module with
>
> include(mymodule)
>
> but he can't find it. now i tried to output the content of 
> CMAKE_MODULE_PATH with the cmake_print_variable from the 
> CMakePrintHelpers module and the output of
>
> cmake_print_variables(CMAKE_MODULE_PATH) is "" ...
>
>
> what's going on here ?
>
>
> best regards!
>


More information about the CMake mailing list