[CMake] Tests not added to CTestTestfile.cmake on OS X

"Schröter, Philipp" Philipp.Schroeter at charite.de
Thu Oct 16 12:16:29 EDT 2014


Hello again,

I have fixed this issue. Using Debug and Release as configuration did create the tests correctly, I just didn't notice it. So the problem was Debug-/Release-iphonesimulator as configuration.
When CTest is run by XCode and using the iPhone Simulator SDK, "-iphonesimulator" is attached to the configuration used (either Debug or Release). Now the tests are run by CTest directly and not through XCode, which fixes this, too.

Best regards,
Philipp


More information about the CMake mailing list