[CMake] Including another CMakeLists project

Robert Maynard robert.maynard at kitware.com
Wed Dec 10 09:43:37 EST 2014


I would try using add_subdirectory() instead of include()

On Wed, Dec 10, 2014 at 9:42 AM, Petr Bena <benapetr at gmail.com> wrote:
> I have 3 projects, all using cmake. When I run cmake on each of them
> and separately build them, it's all fine.
>
> When I use include() on these 2 cmake files in 1 of them, so that I
> could run only 1 cmake and then build them all using 1 make, it fails.
>
> I believe that these 3 cmakes are colliding with each other, is there
> a way to run it isolated?
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake


More information about the CMake mailing list