PonyDeluxe / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Disable Tests for PyAlembic #319

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello ,
I get this error when I build with Cmake and static only.
With -DBUILD_SHARED_LIBS=OFF and for all the dependencies as well.

Error:

CMake Error at python/PyAlembic/Tests/CMakeLists.txt:66 
(GET_FILENAME_COMPONENT):
  get_filename_component called with incorrect number of arguments

I tried to disable these tests with these flags, but I still get the error.

1. -DBUILD_TESTING=OFF
2. -DALEMBIC_NO_TESTS=ON

If I comment this line in 

alembic/python/PyAlembic/CMakeLists.txt

ADD_SUBDIRECTORY( Tests )

It works.

Original issue reported on code.google.com by sabotag...@gmail.com on 12 Oct 2013 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by miller.lucas on 14 Oct 2013 at 2:52

GoogleCodeExporter commented 8 years ago
Disabled in Alembic 1.5.2

Original comment by miller.lucas on 9 Dec 2013 at 6:55