David Cole <[email protected]> wrote: > [-- multipart/alternative, encoding 7bit, 1 lines --] > > [-- text/plain, encoding 7bit, charset: ISO-8859-1, 58 lines --] > > Thanks for the info. This is dues to changes in 'next' from the > "dev/strict-mode" topic branch on the stage. Ben is still working out the > remaining kinks in that feature... one of which are these warnings you're > observing. Should be fixed "soon-ish"... :-) > > Thanks!
I just merged it into next[1]. The problem was that try_compile needs to pass arguments to the internal cmake run, but the argument parser was not run. My first attempt caused a lot of tests to fail since the argument parser sets the directories itself even if they were fine before. There's now an extra argument to the argument parser which overrides setting the directories in there. --Ben [1]commit fe239577314c09323e52c68f6c4bddbd19af915e _______________________________________________ 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
