Hi all, I was wondering whether it's possible to somehow redefine an existing target within a nested project. Let me give an example.
Suppose my CMake project has the following structure bigproject subproject_1 subproject_2 where bigproject, subproject_1 and subproject_2 are all CMake projects (i.e., their CMakeLists.txt files all contain a project() command). Now, suppose there's some generic target (e.g. 'check') that I would like to be defined for each of these projects, such that I can do $ cd /path/to/build/directory/bigproject && make check but also $ cd /path/to/build/directory/bigproject/subproject_1 && make check Is this possible at all? Best regards, Marcel Loose. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
