Hello,
I have a function in a cmake module that is being invoked with the purpose of
running some scripts prior to the execution of tests. To do so, there is a call
to execute_process to make sure nothing will impede the set-up of the
environment for the tests. That runs to completion. The sec
Hi everybody,
I was wondering if anyone has run into the following problem. With version
2.8.2 of cmake, the project generated for C::B included the tree of the src
files starting at the base of the project. However, I've upgraded to cmake
2.8.4, and the tree starts from /, which is driving me