Re: [CMake] Problem with CTest and adding subdirectory

2009-05-26 Thread Eric Noulard
2009/5/26 Robert Matusewicz : > Hi all! > We are using Cmake and CTest in our project: OpenImageIO and have a liitle > problem. > We have project tree that looks like belowe: > * project > testsuit > src > ** test1 > ** test2 > And then, in CmakeList.txt we have something like tha

[CMake] Problem with CTest and adding subdirectory

2009-05-26 Thread Robert Matusewicz
Hi all! We are using Cmake and CTest in our project: OpenImageIO and have a liitle problem. We have project tree that looks like belowe: * project testsuit src ** test1 ** test2 And then, in CmakeList.txt we have something like that: include (CTest) add_subdirectory (test1) add_su