diff --git a/README.md b/README.md index 962d0b6d..047a9d18 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,16 @@ conan_cmake_run(... GENERATORS virtualrunenv) ``` +### NO_LOAD + +Use ``NO_LOAD`` argument to avoid loading the _conanbuildinfo.cmake_ generated by the default ``cmake`` generator. + +```cmake +include(conan.cmake) +conan_cmake_run(... + NO_LOAD) +``` + ### CONAN_COMMAND Use ``CONAN_COMMAND`` argument to specify the conan path, e.g. in case of running from source cmake