Hi!

Another observation I have is that the file
cmake_install.cmake is generated correctly,
it does not include the test/ directory.

So I am inclined to think that normally
"make install" should not ckeck the targets
in test/.

I've found a workaround in one Alexander Neundorf's
posts. The idea is to run:
  cmake -P cmake_install.cmake
instead of
  make install

Alex Ciobanu
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to