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
Original issue reported on code.google.com by
sabotag...@gmail.com
on 12 Oct 2013 at 4:16