[CMake] Building dependency project as static lib and exe.

2017-05-06 Thread mike lojkovic
I have a project that uses lua. cmake is able to build lua statically and shared, without issue. (shared for debug static for releases on Windows) The only issue is when I'm doing a release build I need to also build the lua.exe, so I can process and embed my lua scripts in the exe. add_custom_com

[CMake] ctest not running longest tests first

2017-05-06 Thread Juan E. Sanchez
In the past, I seem to remember that ctest would order the tests from longest to shortest, but this no longer seems to be the case. Is there any way to get this behavior with the newest binary versions of ctest on Windows, Mac, and Linux? Regards, Juan -- Powered by www.kitware.com Please