On 10/11/2016 04:27 AM, Charles Huet wrote:
>  CMake Error at CheckSourceTreeTest.cmake:355 (message):
>    test fails: local source tree non-additions: use git add before committing,
>    or remove the files from the source tree

The purpose of the test is to fail if there are any local modifications
to the source tree.  Ignore it during local development.

> This test has a custom_command which does 'cmake --build', so when you run the
> test, the build tool will call 'camke --build', which starts the build tool 
> again,
> in the same folder hierarchy.
> 
> This is not supported by fastbuild.

The SimpleInstall and SimpleInstall-Stage2 tests need to be refactored
to overcome this.  Almost all of what they cover is also covered
by the ExportImport test, so for now I think you can simply exclude
the SimpleInstall tests with this generator.  Please leave a comment
explaining why so that future development can fix it.

Thanks,
-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to